summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-24 14:49:31 +0000
committerbors <bors@rust-lang.org>2022-08-24 14:49:31 +0000
commit75dd59edacd4251a7c9e8e5cc748192adcf708aa (patch)
tree96cabe4cdd3de812c073dae078e3bad1d4668eeb /ci
parentaf5de5015907643c8ddba62dc33ec561e583ae40 (diff)
parent5da72a4dc1dd5545cdd1de06b59bc356c55c3a76 (diff)
downloadrust-libc-75dd59edacd4251a7c9e8e5cc748192adcf708aa.tar.gz
Auto merge of #2890 - JohnTitor:gha-ubuntu-22.04, r=JohnTitor
Upgrade Ubuntu image on GHA to 22.04 This updates Ubuntu image on GHA to 22.04. Note that this doesn't update images on Docker so I expect the effect is relatively small. r? `@ghost` Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-docker.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run-docker.sh b/ci/run-docker.sh
index 726c3c5a7a..c7d78bc8a1 100755
--- a/ci/run-docker.sh
+++ b/ci/run-docker.sh
@@ -1,5 +1,8 @@
#!/usr/bin/env sh
+# Disable SC2086 as it confuses the docker command.
+# shellcheck disable=SC2086
+
# Small script to run tests for a target (or all targets) inside all the
# respective docker images.