We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2b597 commit 1e275a0Copy full SHA for 1e275a0
1 file changed
swift/third_party/load.bzl
@@ -6,6 +6,10 @@ load("//misc/bazel:lfs.bzl", "lfs_archive", "lfs_files")
6
7
_override = {
8
# these are used to test new artifacts. Must be empty before merging to main
9
+ "swift-prebuilt-macOS-swift-6.3.2-RELEASE-183.tar.zst": "212229f7f0545aab03e3034f55d13a665bc568633a5defc72a662c83a06e90cc",
10
+ "swift-prebuilt-Linux-swift-6.3.2-RELEASE-183.tar.zst": "e00f464ad0b793c8e14df844aecbeec5cdd587e8f34a85915593a470dba1beda",
11
+ "resource-dir-macOS-swift-6.3.2-RELEASE-180.zip": "fd4eaa3a688849279e990da69768da796f6a130ca6e01572d022142ff09e4868",
12
+ "resource-dir-Linux-swift-6.3.2-RELEASE-180.zip": "bd132a4fb44688913eff72f94110e2745048ceda3354ba199d8338750881e0e5",
13
}
14
15
_staging_url = "https://github.com/dsp-testing/codeql-swift-artifacts/releases/download/staging-{}/{}"
0 commit comments