Skip to content

Commit e51ddca

Browse files
committed
Readd ubuntu-jammy-minimal
1 parent 4871a96 commit e51ddca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@ permissions:
3232
packages: write
3333

3434
jobs:
35+
minimal:
36+
if: ${{ success() || failure() }}
37+
uses: ./.github/workflows/docker.yml
38+
with:
39+
# Build from scratch
40+
free_disk_space: true
41+
docker_targets: "with-system-packages configured with-targets-pre with-targets with-targets-optional"
42+
# FIXME: duplicated from env.TARGETS
43+
targets_pre: all-sage-local
44+
targets: build doc-html
45+
targets_optional: ptest
46+
tox_system_factors: >-
47+
["ubuntu-jammy"]
48+
tox_packages_factors: >-
49+
["minimal"]
50+
docker_push_repository: ghcr.io/${{ github.repository }}/
51+
3552
maximal:
3653
uses: ./.github/workflows/docker.yml
3754
with:

0 commit comments

Comments
 (0)