Skip to content

Commit

Permalink
chore(deps): update xwin and mull (#420)
Browse files Browse the repository at this point in the history
* deps: update xwin from v0.5.0 to v0.5.2

* chore: switch mull from fork to origin repo
  • Loading branch information
rjaegers authored May 22, 2024
1 parent 29a53c5 commit d2903c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG CLANG_VERSION=17
ARG DOCKER_VERSION=26.1.1
ARG MULL_VERSION=main
ARG INCLUDE_WHAT_YOU_USE_VERSION=0.21
ARG XWIN_VERSION=0.5.0
ARG XWIN_VERSION=0.5.2

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends libclang-${CLAN
&& CC=clang CXX=clang++ cmake -S /tmp/include-what-you-use-${INCLUDE_WHAT_YOU_USE_VERSION} -B /tmp/include-what-you-use-${INCLUDE_WHAT_YOU_USE_VERSION}/build \
&& cmake --build /tmp/include-what-you-use-${INCLUDE_WHAT_YOU_USE_VERSION}/build --target install \
&& rm -rf /tmp/include-what-you-use-${INCLUDE_WHAT_YOU_USE_VERSION} \
&& git -C /tmp clone --recurse-submodules -b ${MULL_VERSION} https://github.com/rjaegers/mull.git \
&& git -C /tmp clone --recurse-submodules -b ${MULL_VERSION} https://github.com/mull-project/mull.git \
&& CC=clang CXX=clang++ cmake -S /tmp/mull -B /tmp/mull/build \
&& cmake --build /tmp/mull/build --target install \
&& rm -rf /tmp/mull \
Expand Down

0 comments on commit d2903c0

Please sign in to comment.