Skip to content

Commit 67bb67e

Browse files
piccadilly-circusvitalie
authored andcommitted
Fix broken build #2093
1 parent 163acbb commit 67bb67e

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

public/version-aliases/ghc.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,33 +166,46 @@
166166
"9.0.1-alpha1": "9.0.1-alpha1",
167167
"9.0": "9.0.2",
168168
"9.0.1": "9.0.1",
169-
"9": "9.6.0.20230128",
170-
"9.x": "9.6.0.20230128",
171-
"9.x.x": "9.6.0.20230128",
169+
"9": "9.8.0.20230727",
170+
"9.x": "9.8.0.20230727",
171+
"9.x.x": "9.8.0.20230727",
172172
"9.0.x": "9.0.2",
173173
"9.0.2": "9.0.2",
174174
"9.2.1-alpha1": "9.2.1-alpha1",
175-
"9.2": "9.2.5",
175+
"9.2": "9.2.8",
176176
"9.2.1-alpha2": "9.2.1-alpha2",
177177
"9.2.1": "9.2.1",
178-
"9.2.x": "9.2.5",
178+
"9.2.x": "9.2.8",
179179
"9.2.2": "9.2.2",
180180
"9.2.3": "9.2.3",
181181
"9.2.4": "9.2.4",
182182
"9.2.5": "9.2.5",
183+
"9.2.6": "9.2.6",
184+
"9.2.7": "9.2.7",
185+
"9.2.8": "9.2.8",
183186
"9.4.1-alpha1": "9.4.1-alpha1",
184-
"9.4": "9.4.4",
187+
"9.4": "9.4.5",
185188
"9.4.1-alpha2": "9.4.1-alpha2",
186189
"9.4.1-alpha3": "9.4.1-alpha3",
187190
"9.4.1": "9.4.1",
188-
"9.4.x": "9.4.4",
191+
"9.4.x": "9.4.5",
189192
"9.4.2": "9.4.2",
190193
"9.4.3": "9.4.3",
191194
"9.4.4": "9.4.4",
195+
"9.4.5": "9.4.5",
192196
"9.6.0.20230111": "9.6.0.20230111",
193-
"9.6.x": "9.6.0.20230128",
194-
"9.6": "9.6.1-alpha2",
197+
"9.6.x": "9.6.2",
198+
"9.6": "9.6.2",
195199
"9.6.0.20230128": "9.6.0.20230128",
200+
"9.6.0.20230210": "9.6.0.20230210",
201+
"9.6.0.20230302": "9.6.0.20230302",
196202
"9.6.1-alpha1": "9.6.1-alpha1",
197-
"9.6.1-alpha2": "9.6.1-alpha2"
203+
"9.6.1-alpha2": "9.6.1-alpha2",
204+
"9.6.1-alpha3": "9.6.1-alpha3",
205+
"9.6.1": "9.6.1",
206+
"9.6.2": "9.6.2",
207+
"9.8.0.20230727": "9.8.0.20230727",
208+
"9.8.x": "9.8.0.20230727",
209+
"9.8": "9.8.1-alpha1",
210+
"9.8.1-alpha1": "9.8.1-alpha1"
198211
}

spec/build/script/shared/appliances/services.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030
expect(sexp_find(subject, [:elif, '"$TRAVIS_DIST" == focal']))
3131
.to include_sexp(
32-
[:cmd, 'sudo systemctl start mongodb', echo: true, timing: true]
32+
[:cmd, 'sudo systemctl start mongod', echo: true, timing: true]
3333
)
3434
end
3535
it "starts service based on init system" do

0 commit comments

Comments
 (0)