Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into darc-main-31d4c308-…
Browse files Browse the repository at this point in the history
…6782-4440-8589-61f58f239059
  • Loading branch information
lewing committed May 5, 2022
2 parents 604a023 + d44343b commit be4f8fa
Show file tree
Hide file tree
Showing 536 changed files with 28,271 additions and 9,763 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.192.0/containers/dotnet/.devcontainer/base.Dockerfile
# For details on dotnet specific container, see: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/dotnet

# [Choice] .NET version: 5.0, 3.1, 2.1
ARG VARIANT="5.0"
# [Choice] .NET version: 6.0, 5.0, 3.1, 2.1
ARG VARIANT="6.0-focal"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0-${VARIANT}

# Set up machine requirements to build the repo
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends cmake llvm-9 clang-9 \
&& apt-get -y install --no-install-recommends cmake llvm-10 clang-10 \
build-essential python curl git lldb-6.0 liblldb-6.0-dev \
libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev \
libssl-dev libnuma-dev libkrb5-dev zlib1g-dev ninja-build
Expand Down
Loading

0 comments on commit be4f8fa

Please sign in to comment.