mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 11:41:28 +00:00
Update external LLVM version in preparation for Rust 1.76. (#5179)
* Update external LLVM version in preparation for Rust 1.76.
This commit is contained in:
parent
ebe77bbad2
commit
4b62a024d7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
- uses: KyleMayes/install-llvm-action@v1
|
- uses: KyleMayes/install-llvm-action@v1
|
||||||
if: env.SELF_HOSTED_RUNNERS == 'false' && startsWith(matrix.arch, 'x86_64-windows')
|
if: env.SELF_HOSTED_RUNNERS == 'false' && startsWith(matrix.arch, 'x86_64-windows')
|
||||||
with:
|
with:
|
||||||
version: "15.0"
|
version: "16.0"
|
||||||
directory: ${{ runner.temp }}/llvm
|
directory: ${{ runner.temp }}/llvm
|
||||||
- name: Set LIBCLANG_PATH
|
- name: Set LIBCLANG_PATH
|
||||||
if: startsWith(matrix.arch, 'x86_64-windows')
|
if: startsWith(matrix.arch, 'x86_64-windows')
|
||||||
|
2
.github/workflows/test-suite.yml
vendored
2
.github/workflows/test-suite.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
# - uses: KyleMayes/install-llvm-action@v1
|
# - uses: KyleMayes/install-llvm-action@v1
|
||||||
# if: env.SELF_HOSTED_RUNNERS == 'false'
|
# if: env.SELF_HOSTED_RUNNERS == 'false'
|
||||||
# with:
|
# with:
|
||||||
# version: "15.0"
|
# version: "16.0"
|
||||||
# directory: ${{ runner.temp }}/llvm
|
# directory: ${{ runner.temp }}/llvm
|
||||||
- name: Set LIBCLANG_PATH
|
- name: Set LIBCLANG_PATH
|
||||||
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
|
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user