Skip to content

Commit 743bab1

Browse files
committed
workaround until Nuand/bladeRF#984 is merged
1 parent c6fb92f commit 743bab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.dump1090-fa

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ RUN passwd -l root ; \
5151
make install && \
5252
cd /usr/src && \
5353
# BladeRF
54-
git clone --depth 1 https://github.com/Nuand/bladeRF.git && \
54+
# git clone --depth 1 https://github.com/Nuand/bladeRF.git && \
55+
# Workaround until https://github.com/Nuand/bladeRF/pull/984 is merged (not only closed, MERGED!!!)
56+
git clone --depth 1 https://github.com/MartinHerren/bladeRF/tree/fix_gcc14_compile_error && \
5557
cd bladeRF/host && \
5658
git submodule init && \
5759
git submodule update --depth 1 && \

0 commit comments

Comments
 (0)