@@ -48,90 +48,14 @@ x_defaults:
48
48
- " //tools/..."
49
49
50
50
tasks :
51
- macos_7 :
52
- name : " Previous LTS with no bzlmod"
53
- bazel : 7.x
54
- build_flags :
55
- - " --noenable_bzlmod"
56
- - " --enable_workspace"
57
- << : *mac_common
58
-
59
- macos_latest :
60
- name : " Current LTS"
61
- bazel : latest
62
- << : *mac_common
63
-
64
- macos_last_green :
65
- name : " Last Green Bazel"
66
- bazel : last_green
67
- << : *mac_common
68
-
69
- macos_latest_head_deps :
70
- name : " Current LTS with Head Deps"
71
- bazel : latest
72
- shell_commands :
73
- # Update the WORKSPACE to use head versions of some deps to ensure nothing
74
- # has landed on them breaking this project.
75
- - .bazelci/update_workspace_to_deps_heads.sh
76
- << : *mac_common
77
-
78
- ubuntu2004_7 :
79
- name : " Previous LTS with no bzlmod"
80
- bazel : 7.x
81
- shell_commands :
82
- - " echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
83
- - " mkdir $SWIFT_HOME"
84
- - " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
85
- build_flags :
86
- - " --noenable_bzlmod"
87
- - " --enable_workspace"
88
- << : *linux_common
89
-
90
- ubuntu2004_latest :
91
- name : " Current LTS"
92
- bazel : latest
93
- shell_commands :
94
- - " echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
95
- - " mkdir $SWIFT_HOME"
96
- - " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
97
- << : *linux_common
98
-
99
51
ubuntu2004_last_green :
100
52
name : " Last Green Bazel"
101
- bazel : last_green
102
- shell_commands :
103
- - " echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
104
- - " mkdir $SWIFT_HOME"
105
- - " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
106
- << : *linux_common
107
-
108
- ubuntu2004_latest_head_deps :
109
- name : " Current LTS with Head Deps"
110
- bazel : latest
53
+ # DNM: Bisecting Bazel hang
54
+ bazel : 189c5de2bf2f0ba9f9a8663be43c606ccffe249a
111
55
shell_commands :
112
56
- " echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
113
57
- " mkdir $SWIFT_HOME"
114
58
- " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
115
- # Update the WORKSPACE to use head versions of some deps to ensure nothing
116
- # has landed on them breaking this project.
117
- - .bazelci/update_workspace_to_deps_heads.sh
118
59
<< : *linux_common
119
60
120
- # TODO: re-enable when Windows in Bazel CI is properly configured for Swift.
121
- # windows_last_green:
122
- # name: "Last Green Bazel"
123
- # bazel: last_green
124
- # <<: *windows_common
125
-
126
- doc_tests :
127
- name : " Doc tests"
128
- bazel : latest
129
- << : *linux_environment
130
- shell_commands :
131
- - " echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
132
- - " mkdir $SWIFT_HOME"
133
- - " curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
134
- test_targets :
135
- - " doc/..."
136
-
137
61
buildifier : 8.2.1
0 commit comments