Skip to content

Commit 2517556

Browse files
committed
ci: Print the current LLVM version in x86_64-gnu-llvm-19
1 parent 4b6b459 commit 2517556

File tree

1 file changed

+3
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-19

1 file changed

+3
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3333
libmpc-dev \
3434
&& rm -rf /var/lib/apt/lists/*
3535

36+
# Print the current LLVM version
37+
RUN opt --version
38+
3639
# Install powershell (universal package) so we can test x.ps1 on Linux
3740
# FIXME: need a "universal" version that supports libicu74, but for now it still works to ignore that dep.
3841
RUN curl -sL "https://github.com/PowerShell/PowerShell/releases/download/v7.3.1/powershell_7.3.1-1.deb_amd64.deb" > powershell.deb && \

0 commit comments

Comments
 (0)