Skip to content

Commit

Permalink
Fix broken build #2093
Browse files Browse the repository at this point in the history
  • Loading branch information
piccadilly-circus authored and vitalie committed Aug 2, 2023
1 parent 163acbb commit 67bb67e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
33 changes: 23 additions & 10 deletions public/version-aliases/ghc.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,33 +166,46 @@
"9.0.1-alpha1": "9.0.1-alpha1",
"9.0": "9.0.2",
"9.0.1": "9.0.1",
"9": "9.6.0.20230128",
"9.x": "9.6.0.20230128",
"9.x.x": "9.6.0.20230128",
"9": "9.8.0.20230727",
"9.x": "9.8.0.20230727",
"9.x.x": "9.8.0.20230727",
"9.0.x": "9.0.2",
"9.0.2": "9.0.2",
"9.2.1-alpha1": "9.2.1-alpha1",
"9.2": "9.2.5",
"9.2": "9.2.8",
"9.2.1-alpha2": "9.2.1-alpha2",
"9.2.1": "9.2.1",
"9.2.x": "9.2.5",
"9.2.x": "9.2.8",
"9.2.2": "9.2.2",
"9.2.3": "9.2.3",
"9.2.4": "9.2.4",
"9.2.5": "9.2.5",
"9.2.6": "9.2.6",
"9.2.7": "9.2.7",
"9.2.8": "9.2.8",
"9.4.1-alpha1": "9.4.1-alpha1",
"9.4": "9.4.4",
"9.4": "9.4.5",
"9.4.1-alpha2": "9.4.1-alpha2",
"9.4.1-alpha3": "9.4.1-alpha3",
"9.4.1": "9.4.1",
"9.4.x": "9.4.4",
"9.4.x": "9.4.5",
"9.4.2": "9.4.2",
"9.4.3": "9.4.3",
"9.4.4": "9.4.4",
"9.4.5": "9.4.5",
"9.6.0.20230111": "9.6.0.20230111",
"9.6.x": "9.6.0.20230128",
"9.6": "9.6.1-alpha2",
"9.6.x": "9.6.2",
"9.6": "9.6.2",
"9.6.0.20230128": "9.6.0.20230128",
"9.6.0.20230210": "9.6.0.20230210",
"9.6.0.20230302": "9.6.0.20230302",
"9.6.1-alpha1": "9.6.1-alpha1",
"9.6.1-alpha2": "9.6.1-alpha2"
"9.6.1-alpha2": "9.6.1-alpha2",
"9.6.1-alpha3": "9.6.1-alpha3",
"9.6.1": "9.6.1",
"9.6.2": "9.6.2",
"9.8.0.20230727": "9.8.0.20230727",
"9.8.x": "9.8.0.20230727",
"9.8": "9.8.1-alpha1",
"9.8.1-alpha1": "9.8.1-alpha1"
}
2 changes: 1 addition & 1 deletion spec/build/script/shared/appliances/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)
expect(sexp_find(subject, [:elif, '"$TRAVIS_DIST" == focal']))
.to include_sexp(
[:cmd, 'sudo systemctl start mongodb', echo: true, timing: true]
[:cmd, 'sudo systemctl start mongod', echo: true, timing: true]
)
end
it "starts service based on init system" do
Expand Down

0 comments on commit 67bb67e

Please sign in to comment.