File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,11 @@ tasks:
6161 bazel : latest
6262 << : *mac_common
6363
64- macos_rolling :
65- name : " Latest rolling"
66- bazel : rolling
67- << : *mac_common
64+ # TODO: Re-enable once >10.0.0-pre.20251105.2 is available https://github.com/bazelbuild/bazel/issues/27749
65+ # macos_rolling:
66+ # name: "Latest rolling"
67+ # bazel: rolling
68+ # <<: *mac_common
6869
6970 macos_last_green :
7071 name : " Last Green Bazel"
@@ -101,14 +102,15 @@ tasks:
101102 - " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2204/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
102103 << : *linux_common
103104
104- ubuntu2204_rolling :
105- name : " Latest rolling"
106- bazel : rolling
107- shell_commands :
108- - " echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
109- - " mkdir $SWIFT_HOME"
110- - " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2204/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
111- << : *linux_common
105+ # TODO: Re-enable once >10.0.0-pre.20251105.2 is available https://github.com/bazelbuild/bazel/issues/27749
106+ # ubuntu2204_rolling:
107+ # name: "Latest rolling"
108+ # bazel: rolling
109+ # shell_commands:
110+ # - "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
111+ # - "mkdir $SWIFT_HOME"
112+ # - "curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2204/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
113+ # <<: *linux_common
112114
113115 ubuntu2204_last_green :
114116 name : " Last Green Bazel"
You can’t perform that action at this time.
0 commit comments