mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 20:58:11 +02:00
since the dependencies were not locked, they got updated and generating a new container is throwing errors like the following: error: failed to compile `bindgen-cli v0.62.0`, intermediate artifacts can be found at `/tmp/cargo-installcP54m7` Caused by: package `memchr v2.6.3` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0 rust packages have Cargo.lock file from when they were released, so add --locked flag to use it. Signed-off-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25226> |
||
|---|---|---|
| .. | ||
| android_build.sh | ||
| arm32_test.sh | ||
| arm64_build.sh | ||
| arm64_test.sh | ||
| arm_test.sh | ||
| llvm-snapshot.gpg.key | ||
| ppc64el_build.sh | ||
| s390x_build.sh | ||
| winehq.gpg.key | ||
| x86_32_build.sh | ||
| x86_64_build-base-wine.sh | ||
| x86_64_build-base.sh | ||
| x86_64_build-mingw-patch.sh | ||
| x86_64_build-mingw-source-deps.sh | ||
| x86_64_build-mingw.sh | ||
| x86_64_build.sh | ||
| x86_64_mingw-toolchain.cmake | ||
| x86_64_test-android.sh | ||
| x86_64_test-base.sh | ||
| x86_64_test-gl.sh | ||
| x86_64_test-vk.sh | ||