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 4b6b459 commit 2517556Copy full SHA for 2517556
src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile
@@ -33,6 +33,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
33
libmpc-dev \
34
&& rm -rf /var/lib/apt/lists/*
35
36
+# Print the current LLVM version
37
+RUN opt --version
38
+
39
# Install powershell (universal package) so we can test x.ps1 on Linux
40
# FIXME: need a "universal" version that supports libicu74, but for now it still works to ignore that dep.
41
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