Skip to content

Commit

Permalink
Disable libuv
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
c-p-i-o committed Dec 27, 2024
1 parent 226737d commit 752d54c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
sudo ./config --prefix=/opt/openssl --openssldir=/opt/openssl/ssl
sudo make -j 2
sudo make install
- name: Install libuv
run: |
sudo apt-get install -y wget pkg-config
wget -q -O libuv-v1.49.2.tar.gz https://dist.libuv.org/dist/v1.49.2/libuv-v1.49.2.tar.gz
tar xf libuv-v1.49.2.tar.gz
cd libuv-v1.49.2
mkdir -p build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local
sudo make install
# - name: Install libuv
# run: |
# sudo apt-get install -y wget pkg-config
# wget -q -O libuv-v1.49.2.tar.gz https://dist.libuv.org/dist/v1.49.2/libuv-v1.49.2.tar.gz
# tar xf libuv-v1.49.2.tar.gz
# cd libuv-v1.49.2
# mkdir -p build
# cd build
# cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local
# sudo make install
- name: Install googletest
run: |
wget -q -O googletest-release-1.15.2.tar.gz https://github.com/google/googletest/releases/download/v1.15.2/googletest-1.15.2.tar.gz
Expand Down

0 comments on commit 752d54c

Please sign in to comment.