Skip to content

Commit 93fb8ca

Browse files
committed
removed outdated Brewfile. added update to docker devenv to automatically set needed environment variables
1 parent efeaf8c commit 93fb8ca

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.docker/Dockerfile.devenv

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
FROM ubuntu:22.04
22

3-
43
RUN apt -y update && apt -y upgrade && apt install bash -y
54
RUN DEBIAN_FRONTEND=noninteractive apt -y install wget gpg software-properties-common lsb-release git make python3 python3-pip -y
6-
RUN apt -y update && apt -y install cmake ninja-build sudo
5+
RUN apt -y update && apt -y install cmake clang-14 ninja-build sudo
76

87

98
RUN set -exu; \
@@ -13,3 +12,7 @@ RUN set -exu; \
1312
usermod -aG sudo vscode;
1413

1514
USER vscode
15+
16+
ENV CC "$(which clang-14)"
17+
ENV CXX "$(which clang++-14)"
18+
ENV CMAKE_GENERATOR "Ninja"

Brewfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)