Skip to content

Commit

Permalink
don't try to build project
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 30, 2024
1 parent 12276fe commit 894cef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
container:
- ubuntu:trusty
- ubuntu:xenial
- ubuntu:bionic
#- ubuntu:trusty # git checkout fails (glibc)
#- ubuntu:xenial # git checkout fails (glibc)
#- ubuntu:bionic # git checkout fails (glibc)
#- ubuntu:focal # TODO: Cannot find gap although installed
- ubuntu:jammy
- ubuntu:lunar
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
SYSTEM=$(build/bin/sage-guess-package-system)
eval $(sage-print-system-package-command $SYSTEM update)
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install $(build/bin/sage-get-system-packages $SYSTEM $(uv run build/bin/sage-package list :standard:)))
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install $(build/bin/sage-get-system-packages $SYSTEM $(uv run --no-project build/bin/sage-package list :standard:)))
# Needed to download and install fplll and lrcalc below
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install git wget)
Expand Down

0 comments on commit 894cef7

Please sign in to comment.