Skip to content

Commit 37c9234

Browse files
authored
Updating URL from master to main (#3054)
The core libs files branch is now called main and not master, the script build_ubuntu_cross_compilation_toolchain fails silently because it can't find the file https://raw.githubusercontent.com/apple/swift-corelibs-libdispatch/master/src/BlocksRuntime/Block.h. ### Motivation: The script no longer works, and I'd like it to work again 😊 ### Modifications: Update of the url to https://raw.githubusercontent.com/apple/swift-corelibs-libdispatch/main/src/BlocksRuntime/Block.h ### Result: The script completes successfully again.
1 parent a1f6fbf commit 37c9234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build_ubuntu_cross_compilation_toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test -f "$macos_swift_pkg"
9999
test -f "$linux_swift_pkg"
100100

101101
# config
102-
blocks_h_url="https://raw.githubusercontent.com/apple/swift-corelibs-libdispatch/master/src/BlocksRuntime/Block.h"
102+
blocks_h_url="https://raw.githubusercontent.com/apple/swift-corelibs-libdispatch/main/src/BlocksRuntime/Block.h"
103103
xc_tc_name="swift.xctoolchain"
104104
linux_sdk_name="ubuntu-xenial.sdk"
105105
cross_tc_basename="cross-toolchain"

0 commit comments

Comments
 (0)