Skip to content

Commit 363d50f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dump1090-fa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN passwd -l root ; \
5353
# BladeRF
5454
# git clone --depth 1 https://github.com/Nuand/bladeRF.git && \
5555
# 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 && \
56+
git clone --depth 1 -b fix_gcc14_compile_error https://github.com/MartinHerren/bladeRF.git && \
5757
cd bladeRF/host && \
5858
git submodule init && \
5959
git submodule update --depth 1 && \

0 commit comments

Comments
 (0)