mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
Enable Cirrus CI again for some Linux targets
There are two failures remaining (focal-32bit and jammy-asan): https://github.com/krobelus/fish-shell/runs/28339746247
This commit is contained in:
parent
25724342e1
commit
5acac84df9
1 changed files with 11 additions and 12 deletions
23
.cirrus.yml
23
.cirrus.yml
|
@ -6,20 +6,20 @@ linux_task:
|
||||||
matrix:
|
matrix:
|
||||||
- name: alpine
|
- name: alpine
|
||||||
container: &step
|
container: &step
|
||||||
image: ghcr.io/fish-shell/fish-ci/alpine:latest
|
image: ghcr.io/krobelus/fish-ci/alpine:latest
|
||||||
memory: 4GB
|
memory: 4GB
|
||||||
- name: jammy
|
- name: jammy
|
||||||
container:
|
container:
|
||||||
<<: *step
|
<<: *step
|
||||||
image: ghcr.io/fish-shell/fish-ci/jammy:latest
|
image: ghcr.io/krobelus/fish-ci/jammy:latest
|
||||||
- name: jammy-asan
|
# - name: jammy-asan
|
||||||
container:
|
# container:
|
||||||
<<: *step
|
# <<: *step
|
||||||
image: ghcr.io/fish-shell/fish-ci/jammy-asan:latest
|
# image: ghcr.io/krobelus/fish-ci/jammy-asan:latest
|
||||||
- name: focal-32bit
|
# - name: focal-32bit
|
||||||
container:
|
# container:
|
||||||
<<: *step
|
# <<: *step
|
||||||
image: ghcr.io/fish-shell/fish-ci/focal-32bit:latest
|
# image: ghcr.io/krobelus/fish-ci/focal-32bit:latest
|
||||||
|
|
||||||
tests_script:
|
tests_script:
|
||||||
# cirrus at times gives us 32 procs and 2 GB of RAM
|
# cirrus at times gives us 32 procs and 2 GB of RAM
|
||||||
|
@ -31,8 +31,7 @@ linux_task:
|
||||||
- ninja -j 6 fish
|
- ninja -j 6 fish
|
||||||
- ninja fish_run_tests
|
- ninja fish_run_tests
|
||||||
|
|
||||||
# CI task disabled during RIIR transition
|
only_if: $CIRRUS_REPO_OWNER == 'fish-shell'
|
||||||
only_if: false && $CIRRUS_REPO_OWNER == 'fish-shell'
|
|
||||||
|
|
||||||
linux_arm_task:
|
linux_arm_task:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue