Skip to content

Commit

Permalink
ci: rollback llvmpipe image to last known good version
Browse files Browse the repository at this point in the history
Works around an llvmpipe crash in the latest version of mesa.

See-Also: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8203
  • Loading branch information
haasn committed Jan 31, 2023
1 parent e2484cc commit 20010a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
IMAGE_UBUNTU_JAMMY: registry.videolan.org/libplacebo-ubuntu-jammy:20230131170906
IMAGE_UBUNTU_JAMMY_LLVMPIPE: registry.videolan.org/libplacebo-ubuntu-jammy:20230130122426
IMAGE_UBUNTU_FOCAL_AARCH: registry.videolan.org/libplacebo-ubuntu-focal-aarch64:20211020160908

linux:
Expand Down Expand Up @@ -107,7 +108,7 @@ scan:
- ninja -C build scan-build

llvmpipe:
image: $IMAGE_UBUNTU_JAMMY
image: $IMAGE_UBUNTU_JAMMY_LLVMPIPE
stage: test
tags:
- docker
Expand Down

0 comments on commit 20010a1

Please sign in to comment.