Skip to content

Commit 77ac821

Browse files
Auto merge of #147463 - dianqk:test/llvm21, r=<try>
[Do not merge] Test LLVM 21.1.2 try-job: x86_64-gnu-distcheck
2 parents 21cd82a + ddf9186 commit 77ac821

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
shallow = true
2525
[submodule "src/llvm-project"]
2626
path = src/llvm-project
27-
url = https://github.com/rust-lang/llvm-project.git
28-
branch = rustc/21.1-2025-08-01
27+
url = https://github.com/dianqk/llvm-project.git
28+
branch = test/llvm21
2929
shallow = true
3030
[submodule "src/doc/embedded-book"]
3131
path = src/doc/embedded-book

src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Runs `distcheck`, which is a collection of smoke tests:
2-
#
2+
#
33
# - Run `make check` from an unpacked dist tarball to make sure we can at the
44
# minimum run check steps from those sources.
55
# - Check that selected dist components at least have expected directory shape
@@ -10,7 +10,7 @@
1010
#
1111
# FIXME(#136822): dist components are generally under-tested.
1212

13-
FROM ubuntu:22.04
13+
FROM ubuntu:24.04
1414

1515
ARG DEBIAN_FRONTEND=noninteractive
1616
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)