8000
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 254b553 commit 1d7ab1eCopy full SHA for 1d7ab1e
.github/workflows/reusable-ubuntu.yml
@@ -39,6 +39,12 @@ jobs:
39
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
40
- name: Install dependencies
41
run: sudo ./.github/workflows/posix-deps-apt.sh
42
+ - name: Install Clang
43
+ if: ${{ fromJSON(inputs.bolt-optimizations) }}
44
+ run: |
45
+ sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh 19
46
+ apt-get install bolt-19
47
+ echo PATH="$(llvm-config-19 --bindir):$PATH" >> $GITHUB_ENV
48
- name: Configure OpenSSL env vars
49
run: |
50
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"
0 commit comments