mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
cirrus.yml: switch back to org docker image paths
These should work now that we have (automatically-updated) docker builds via .github/workflows/docker_builds.yml. Ref: https://github.com/fish-shell/fish-shell/pull/11884#discussion_r2405536855
This commit is contained in:
@@ -6,12 +6,12 @@ linux_task:
|
||||
matrix:
|
||||
- name: alpine
|
||||
container: &step
|
||||
image: ghcr.io/krobelus/fish-ci/alpine:latest
|
||||
image: ghcr.io/fish-shell/fish-ci/alpine:latest
|
||||
memory: 4GB
|
||||
- name: jammy
|
||||
container:
|
||||
<<: *step
|
||||
image: ghcr.io/krobelus/fish-ci/jammy:latest
|
||||
image: ghcr.io/fish-shell/fish-ci/jammy:latest
|
||||
tests_script:
|
||||
# cirrus at times gives us 32 procs and 2 GB of RAM
|
||||
# Unrestriced parallelism results in OOM
|
||||
|
||||
Reference in New Issue
Block a user