Skip to content

Conversation

@am11
Copy link
Member

@am11 am11 commented Jul 5, 2022

Tested with:

$ docker build -t debian-llvm14 - << EOF
FROM debian:latest

RUN apt update && apt install -y wget lsb-release gpg software-properties-common locales

RUN wget https://apt.llvm.org/llvm.sh && bash ./llvm.sh 14 all

RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen

ENV LC_ALL en_US.UTF-8 

RUN apt install -y liblttng-ust-dev libicu-dev libssl-dev libkrb5-dev libz-dev cmake
EOF

$ docker run -v$(pwd):/runtime debian-llvm14 /runtime/build.sh -c Release

@am11
Copy link
Member Author

am11 commented Jul 5, 2022

cc @jkotas, @janvorli

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jkotas jkotas merged commit 9f45238 into dotnet:main Jul 5, 2022
@am11 am11 deleted the patch-1 branch July 25, 2022 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants