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/opensuse | |
| 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/opensuse')
| -rwxr-xr-x | ci/ciimage/opensuse/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/opensuse/install.sh b/ci/ciimage/opensuse/install.sh index b0097172a..91df533ba 100755 --- a/ci/ciimage/opensuse/install.sh +++ b/ci/ciimage/opensuse/install.sh @@ -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 |
