File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
sudo apt-get update
22
22
sudo apt-get install -y build-essential git cmake ninja-build libc++-dev libc++abi-dev
23
23
24
- - if : matrix.os == 'ubuntu-20 .04'
24
+ - if : matrix.os != 'ubuntu-24 .04'
25
25
run : |
26
- sudo apt install -y manpages-dev software-properties-common
27
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
28
- sudo apt update && sudo apt install gcc-11 g++-11
26
+ wget https:// apt.llvm.org/llvm.sh
27
+ chmod +x llvm.sh
28
+ sudo ./llvm.sh 16 all
29
29
30
30
- name : Build TON
31
31
run : |
Original file line number Diff line number Diff line change 101
101
fi
102
102
103
103
cmake -GNinja .. \
104
- -DCMAKE_CXX_FLAGS=" -stdlib=libc++" \
105
- -DCMAKE_EXE_LINKER_FLAGS=" -stdlib=libc++" \
104
+ -DCMAKE_CXX_FLAGS=" -stdlib=libc++ -I/usr/lib/llvm-16/include/c++/v1 " \
105
+ -DCMAKE_EXE_LINKER_FLAGS=" -stdlib=libc++ -I/usr/lib/llvm-16/include/c++/v1 " \
106
106
-DPORTABLE=1 \
107
107
-DCMAKE_BUILD_TYPE=Release \
108
108
-DOPENSSL_FOUND=1 \
You can’t perform that action at this time.
0 commit comments