mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-02 07:43:34 +00:00
zlib.net is not allowing tarball download anymore and results in below error in kernel+rootfs_arm32 container build, urllib.error.HTTPError: HTTP Error 403: Forbidden urllib.error.HTTPError: HTTP Error 415: Unsupported Media Type Uprev mesa to latest version which includes a fix for this issue. https://gitlab.freedesktop.org/mesa/mesa/-/commit/908f444e Use id_tokens for JWT authentication. Since s3 bucket is migrated to mesa-rootfs, update the variables accordingly. Also copy helper scripts to install, so that the ci jobs can use these scripts for logging. Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Acked-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Helen Koike <helen.koike@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240529024049.356327-2-vignesh.raman@collabora.com
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
.container:
|
|
variables:
|
|
CI_REPOSITORY_URL: ${DRM_CI_PROJECT_URL}.git # So ci-templates clones drm-ci instead of the repo to test
|
|
CI_COMMIT_SHA: ${DRM_CI_COMMIT_SHA}
|
|
|
|
debian/x86_64_build-base:
|
|
variables:
|
|
EXTRA_LOCAL_PACKAGES: "libcairo-dev libdw-dev libjson-c-dev libkmod2 libkmod-dev libpciaccess-dev libproc2-dev libudev-dev libunwind-dev python3-docutils bc python3-ply libssl-dev bc"
|
|
|
|
debian/x86_64_test-gl:
|
|
variables:
|
|
EXTRA_LOCAL_PACKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5 libkmod-dev libkmod2 libgles2 libproc2-dev"
|
|
|
|
debian/arm64_build:
|
|
variables:
|
|
EXTRA_LOCAL_PACKAGES: "libcairo-dev libdw-dev libjson-c-dev libproc2-dev libkmod2 libkmod-dev libpciaccess-dev libudev-dev libunwind-dev python3-docutils libssl-dev crossbuild-essential-armhf libkmod-dev:armhf libproc2-dev:armhf libunwind-dev:armhf libdw-dev:armhf libpixman-1-dev:armhf libcairo-dev:armhf libudev-dev:armhf libjson-c-dev:armhf"
|
|
|
|
.kernel+rootfs:
|
|
variables:
|
|
EXTRA_LOCAL_PACKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5"
|
|
|
|
# Disable container jobs that we won't use
|
|
alpine/x86_64_build:
|
|
rules:
|
|
- when: never
|
|
|
|
debian/x86_64_test-vk:
|
|
rules:
|
|
- when: never
|
|
|
|
fedora/x86_64_build:
|
|
rules:
|
|
- when: never
|
|
|
|
debian/android_build:
|
|
rules:
|
|
- when: never
|
|
|
|
.debian/x86_64_test-android:
|
|
rules:
|
|
- when: never
|
|
|
|
windows_build_msvc:
|
|
rules:
|
|
- when: never
|
|
|
|
windows_test_msvc:
|
|
rules:
|
|
- when: never
|
|
|
|
.debian/x86_64_build-mingw:
|
|
rules:
|
|
- when: never
|
|
|
|
rustfmt:
|
|
rules:
|
|
- when: never
|
|
|
|
windows_msvc:
|
|
rules:
|
|
- when: never |