Skip to content

Commit

Permalink
see if the libc++1-8 package is there
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Mar 31, 2022
1 parent 234beb1 commit fffa2a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
- if: ${{ startsWith(matrix.ingestion-backend, 'captive-core') }}
name: Install and enable Captive Core
run: |
# see if the libc++1-8 package is there
echo normal archive
curl -s http://archive.ubuntu.com/ubuntu/dists/focal/universe/binary-amd64/Packages.gz | zgrep libc++1-8
echo azure
curl -s http://azure.archive.ubuntu.com/ubuntu/dists/focal/universe/binary-amd64/Packages.gz | zgrep libc++1-8
echo utah
curl -s http://archive.ubuntu.com/ubuntu/dists/focal/universe/binary-amd64/Packages.gz | zgrep libc++1-8
# Workaround for https://github.com/actions/virtual-environments/issues/5245 , remove when fixed
sudo apt-get remove -y libc++1-10 libc++abi1-10
wget -q http://archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-8/libc++1-8_8.0.1-9_amd64.deb
Expand Down

0 comments on commit fffa2a2

Please sign in to comment.