Skip to content

Commit

Permalink
Workaround pyparser install failure on Travis Ubuntu/arm64. (#924)
Browse files Browse the repository at this point in the history
Unbelievable. While still wrangling with the workaround for the major
GHA Windows runner image meltdown (PR #920 and blocked-by-this PR #923)
Travis breaks their Ubuntu/arm64 runner image such that installs of
python-related tools on to the VM are failing.

This is their suggested workaround. I don't yet know if it will be
needed permanently.
  • Loading branch information
MarkCallow authored Jun 30, 2024
1 parent 608a8bc commit 686fcc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
SUPPORT_SSE=ON SUPPORT_OPENCL=OFF WERROR=ON PACKAGE=YES
- os: linux
arch: arm64
# Suggested by Travis-CI support to workaround pyparser install
# failure with 2024.6.25 runner image.
group: previous
dist: jammy
addons:
apt:
Expand Down

0 comments on commit 686fcc2

Please sign in to comment.