Skip to content

Commit

Permalink
ci: try to install urld harder for opensuse, ubuntu
Browse files Browse the repository at this point in the history
Like in a5211a1.
  • Loading branch information
thesamesam committed Aug 16, 2024
1 parent 4b76aab commit 5e9c516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/ciimage/opensuse/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chmod +x /ci/env_vars.sh
source /ci/env_vars.sh

dub_fetch urld
dub build urld --compiler=dmd
dub build --deep urld --arch=x86_64 --compiler=dmd --build=debug
dub_fetch dubtestproject
dub build dubtestproject:test1 --compiler=dmd
dub build dubtestproject:test2 --compiler=dmd
Expand Down
2 changes: 1 addition & 1 deletion ci/ciimage/ubuntu-rolling/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_python_packages hotdoc

# dub stuff
dub_fetch urld
dub build urld --compiler=gdc
dub build --deep urld --arch=x86_64 --compiler=gdc --build=debug
dub_fetch dubtestproject
dub build dubtestproject:test1 --compiler=ldc2
dub build dubtestproject:test2 --compiler=ldc2
Expand Down

0 comments on commit 5e9c516

Please sign in to comment.