We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779c806 commit 009b76cCopy full SHA for 009b76c
.github/workflows/libc-fullbuild-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Prepare dependencies (Ubuntu)
31
run: |
32
sudo apt-get update
33
- sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build
+ sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-headers-generic
34
35
- name: Set reusable strings
36
id: strings
@@ -54,6 +54,7 @@ jobs:
54
-DCOMPILER_RT_BUILD_SCUDO_STANDALONE_WITH_LLVM_LIBC=ON
55
-DCOMPILER_RT_BUILD_GWP_ASAN=OFF
56
-DCOMPILER_RT_SCUDO_STANDALONE_BUILD_SHARED=OFF
57
+ -G Ninja
58
-S ${{ github.workspace }}/runtimes
59
60
- name: Build
0 commit comments