diff options
| author | Sam James <sam@gentoo.org> | 2024-08-16 04:34:12 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-08-19 03:24:01 +0100 |
| commit | ca734222cf5e38dd7a26eeabbf4f823530d58557 (patch) | |
| tree | 5f46c28b07010641f5d984c93d143407af4ebdf0 /ci/ciimage/ubuntu-rolling | |
| parent | 42a4d1aaa0854d376e9d28cf4b6ca93df90c8213 (diff) | |
| download | meson-ca734222cf5e38dd7a26eeabbf4f823530d58557.tar.gz | |
ci: try to install urld harder for opensuse, ubuntu
Like in a5211a15207a2e6e30e213c5530a5d1bf5c2531c.
Diffstat (limited to 'ci/ciimage/ubuntu-rolling')
| -rwxr-xr-x | ci/ciimage/ubuntu-rolling/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index 63e497073..b811fde47 100755 --- a/ci/ciimage/ubuntu-rolling/install.sh +++ b/ci/ciimage/ubuntu-rolling/install.sh @@ -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 |
