diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-10-04 12:11:23 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-10-04 12:11:23 +0200 |
| commit | 32099dbc1e112e34047a8ee458bf35aae76c7b46 (patch) | |
| tree | f2a4a972d145b352281ec51ac9f28b2f4792a386 /src/ci | |
| parent | 9e3e5174462afaf6c3b9db9b35c6d1934521848a (diff) | |
| download | rust-32099dbc1e112e34047a8ee458bf35aae76c7b46.tar.gz rust-32099dbc1e112e34047a8ee458bf35aae76c7b46.zip | |
Enable `--no-sandbox` option by default for rustdoc GUI tests
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile index 6a09ab3065f..145f41f21e1 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile @@ -100,4 +100,4 @@ RUN /scripts/build-gccjit.sh /scripts # the local version of the package is different than the one used by the CI. ENV SCRIPT /tmp/checktools.sh ../x.py && \ npm install browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \ - python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--no-sandbox --jobs 1'" + python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--jobs 1'" |
