Skip to content

Commit

Permalink
Travis CI: Use Ubuntu Focal for arm64 builds
Browse files Browse the repository at this point in the history
The Ubuntu dist (Jammy) is not bootable on Travis CI at this moment on
the arm64 host.
  • Loading branch information
ivmai committed Sep 8, 2024
1 parent 52578a3 commit b8497d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- NO_CLONE_LIBATOMIC_OPS=true
- arch: arm64
compiler: gcc
dist: jammy
dist: focal
env:
- CFLAGS_EXTRA="-O3 -march=native"
- CONF_OPTIONS="--enable-cplusplus --disable-gcj-support"
Expand Down

0 comments on commit b8497d8

Please sign in to comment.