From 94afbf91a48eedd57fb47dde08e885e3abcb721d Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 27 Aug 2026 17:43:42 +0100 Subject: [PATCH] Swift: Test the thinned macOS resource dir Point at the staging artifact built with the x86_64-only thinning from semmle-code. Must be reverted before merging. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03df685d-b0f4-4920-8c7c-8e70c6c868bf --- swift/third_party/load.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/swift/third_party/load.bzl b/swift/third_party/load.bzl index 676c5f0ce847..05cac9509e11 100644 --- a/swift/third_party/load.bzl +++ b/swift/third_party/load.bzl @@ -6,6 +6,7 @@ load("//misc/bazel:lfs.bzl", "lfs_archive", "lfs_files") _override = { # these are used to test new artifacts. Must be empty before merging to main + "resource-dir-macOS-swift-6.3.3-RELEASE-228.zip": "7c4d3307c8986fb2118bb46d36637fcf82385b8a19153f3656fe5065058fbccb", } _staging_url = "https://github.com/dsp-testing/codeql-swift-artifacts/releases/download/staging-{}/{}"