Skip to content

Commit

Permalink
CI: Remove ubuntu-toolchain-r-ubuntu-test-focal.list
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Nov 22, 2023
1 parent 04e0849 commit 68d2941
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,16 @@ jobs:
sudo apt-get update && sudo apt-get install -y clang-13 lld-13
sudo ./cross/setup-alternatives.sh
# This list seems to use the PPA repo.
# https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
# For some reasons, it interferes our scripts to install libcmocka for
# riscv64.
# https://github.com/yamt/toywasm/issues/80
- name: Remove ubuntu-toolchain-r-ubuntu-test-focal.list (cross)
if: matrix.os == 'ubuntu-20.04'
run: |
sudo rm /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-focal.list
- name: Fix sources.list (cross)
if: matrix.arch != 'native'
run: |
Expand Down

0 comments on commit 68d2941

Please sign in to comment.