From 7a165ffca3ae61eabfa1481fccfa3bc2cd7e1a22 Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Fri, 29 Nov 2024 16:48:35 +1300 Subject: [PATCH] [ML] Remove dependency on macos_x86_64 build step (#2788) Remove the dependency on the macOS x86 build (as it no longer exists) allowing the DRA upload step to proceed. This unblocks the staging and snapshot pipelines. --- .buildkite/pipelines/create_dra.yml.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipelines/create_dra.yml.sh b/.buildkite/pipelines/create_dra.yml.sh index 6a4b87f547..5873caf3f1 100755 --- a/.buildkite/pipelines/create_dra.yml.sh +++ b/.buildkite/pipelines/create_dra.yml.sh @@ -17,7 +17,6 @@ steps: depends_on: - "build_test_linux-aarch64-RelWithDebInfo" - "build_test_linux-x86_64-RelWithDebInfo" - - "build_test_macos-x86_64-RelWithDebInfo" - "build_test_macos-aarch64-RelWithDebInfo" - "build_test_Windows-x86_64-RelWithDebInfo"