mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-21 06:03:11 +00:00
Remove version fix for (lib)clang.
Clang is used by bindgen to generate the quickjs bindings at compile time.
This commit is contained in:
parent
7a7d3dbd4e
commit
35b2f4112d
@ -30,7 +30,7 @@ RUN apt-get update && \
|
||||
git \
|
||||
libpq-dev \
|
||||
clang \
|
||||
libclang-3.9-dev \
|
||||
libclang-dev \
|
||||
jq \
|
||||
gcc-arm-linux-gnueabihf \
|
||||
g++-arm-linux-gnueabihf \
|
||||
|
@ -19,7 +19,7 @@ RUN apt-get update && \
|
||||
redis-tools \
|
||||
rpm \
|
||||
clang \
|
||||
libclang-3.9-dev \
|
||||
libclang-dev \
|
||||
golang-cfssl \
|
||||
jq \
|
||||
gcc-arm-linux-gnueabihf \
|
||||
|
Loading…
Reference in New Issue
Block a user