Skip to content

Commit

Permalink
ci: attempt to fix rtlib caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Jan 27, 2025
1 parent b8346cd commit 1fb678a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ jobs:
run: |
./cross-build-rtlibs.sh
mv build-rtlibs ../
# move rtlibs into the git tree to where IA2 build expects them
- name: Move cached runtime libraries
# symlink rtlibs into the git tree to where IA2 build expects them
- name: Symlink runtime libraries for build
working-directory: ${{ github.workspace }}/llvm-project
run: |
mv ../build-rtlibs ./
ln -s ../build-rtlibs ./
- name: Test ARM build
run: |
LLVM_DIR=`llvm-config-15 --cmakedir`
Expand Down

0 comments on commit 1fb678a

Please sign in to comment.