We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad17044 commit b31526aCopy full SHA for b31526a
src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
@@ -1,5 +1,5 @@
1
# Runs `distcheck`, which is a collection of smoke tests:
2
-#
+#
3
# - Run `make check` from an unpacked dist tarball to make sure we can at the
4
# minimum run check steps from those sources.
5
# - Check that selected dist components at least have expected directory shape
@@ -10,7 +10,7 @@
10
#
11
# FIXME(#136822): dist components are generally under-tested.
12
13
-FROM ubuntu:24.04
+FROM ubuntu:22.04
14
15
ARG DEBIAN_FRONTEND=noninteractive
16
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments