Skip to content

Commit

Permalink
fix(builder): work-around for datacopy build script in 2.8.5
Browse files Browse the repository at this point in the history
Allows 2.8.5 build scripts to find libclang.
  • Loading branch information
raphaelcoeffic committed Apr 5, 2024
1 parent 91a9e4f commit 47d5880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ RUN python3 -m pip install -U pip setuptools \
pillow \
lz4

# work-around for datacopy build script in 2.8.5
RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \
ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang.so

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

VOLUME ["/src"]
Expand Down

0 comments on commit 47d5880

Please sign in to comment.