[nostalgia] Set compiler in dev environment
This commit is contained in:
parent
6db4a31916
commit
ef8b7d2792
@ -9,5 +9,7 @@ RUN dnf install -y findutils ninja-build
|
|||||||
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
||||||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
|
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
|
||||||
RUN dnf update -y
|
RUN dnf update -y
|
||||||
RUN dnf install -y compat-openssl10
|
|
||||||
RUN dnf install -y powershell
|
RUN dnf install -y powershell
|
||||||
|
|
||||||
|
ENV CC clang
|
||||||
|
ENV CXX clang++
|
||||||
|
Loading…
Reference in New Issue
Block a user