We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4871a96 commit e51ddcaCopy full SHA for e51ddca
.github/workflows/ci-linux.yml
@@ -32,6 +32,23 @@ permissions:
32
packages: write
33
34
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
+
52
maximal:
53
uses: ./.github/workflows/docker.yml
54
with:
0 commit comments