Skip to content

Commit

Permalink
[ci] Change llvm-12 to llvm-17
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Feb 13, 2025
1 parent 45ccc85 commit 88b3dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y clang-12 rpm2cpio cpio binutils-${{ matrix.triple }}
sudo apt-get install -y clang-17 rpm2cpio cpio binutils-${{ matrix.triple }}
- name: Install depot_tools
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
run: |
src/tools/gn \
--target-cpu ${{ matrix.arch }} \
--target-toolchain /usr/lib/llvm-12 \
--target-toolchain /usr/lib/llvm-17 \
--target-sysroot src/sysroot-6.0/${{ matrix.arch }} \
--target-dir build
ninja -C src/out/build
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
src/tools/gn \
--target-cpu ${{ matrix.arch }} \
--target-toolchain /usr/lib/llvm-12 \
--target-toolchain /usr/lib/llvm-17 \
--target-sysroot src/sysroot-6.5/${{ matrix.arch }} \
--api-version 6.5 \
--target-dir build
Expand Down

0 comments on commit 88b3dc2

Please sign in to comment.