Module: Mesa Branch: main Commit: 377c6b2d45ee73da3e5431846a3b4bfdd7ae2b83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=377c6b2d45ee73da3e5431846a3b4bfdd7ae2b83
Author: Eric Engestrom <[email protected]> Date: Fri Dec 15 17:28:27 2023 +0000 ci/build: drop redundant meson/build.sh from jobs that already inherit from .meson-build Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26714> --- .gitlab-ci/build/gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 64324e64911..91a52e9aa75 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -258,8 +258,6 @@ alpine-build-testing: -D shared-llvm=enabled UNWIND: "disabled" VULKAN_DRIVERS: "amd,broadcom,freedreno,intel,imagination-experimental" - script: - - .gitlab-ci/meson/build.sh fedora-release: extends: @@ -308,8 +306,6 @@ fedora-release: LLVM_VERSION: "" UNWIND: "disabled" VULKAN_DRIVERS: "amd,broadcom,freedreno,imagination-experimental,intel,intel_hasvk" - script: - - .gitlab-ci/meson/build.sh debian-android: extends: @@ -467,8 +463,6 @@ debian-arm64-build-test: VULKAN_DRIVERS: "amd" EXTRA_OPTION: > -Dtools=panfrost,imagination - script: - - .gitlab-ci/meson/build.sh debian-arm64-release: extends:
