Skip to content

Commit

Permalink
Use python-clang from system instead of pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Sep 21, 2023
1 parent e741cfe commit 05e4bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && \
apt-get install --yes --no-install-recommends \
build-essential \
dumb-init \
libfox-1.6-dev libclang-6.0-dev \
libfox-1.6-dev python3-clang-10 \
libsdl1.2-dev libsdl2-dev \
cmake \
git \
Expand All @@ -37,7 +37,6 @@ RUN python3 -m pip install -U pip setuptools \
asciitree \
jinja2 \
pillow==7.2.0 \
clang==6.0.0 \
aqtinstall \
lz4

Expand Down
3 changes: 1 addition & 2 deletions gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
apt-get install --yes --no-install-recommends \
build-essential \
dumb-init \
libclang-14-dev \
python3-clang \
cmake \
git \
zip \
Expand All @@ -28,7 +28,6 @@ RUN python3 -m pip install -U pip setuptools \
asciitree \
jinja2 \
pillow \
clang==14.0.6 \
lz4

ENV PATH=/opt/gcc-arm-none-eabi-10-2020-q4-major/bin/:${PATH}
Expand Down

0 comments on commit 05e4bba

Please sign in to comment.