From b8497d81f28d4a75d845a97403ac0d9eef6480bc Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 8 Sep 2024 10:31:14 +0300 Subject: [PATCH] Travis CI: Use Ubuntu Focal for arm64 builds The Ubuntu dist (Jammy) is not bootable on Travis CI at this moment on the arm64 host. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e31fcd3e..ce7ed9485 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"