Skip to content

Commit

Permalink
how many times can someone fuck up a build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Jul 16, 2024
1 parent 582750f commit 981592f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker_builds/debian_bookworm/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/debian_bullseye/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/debian_buster/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/debian_sid/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/ubuntu_bionic/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

# Fix missing .pc file for codec2
echo 'prefix=/usr/' >> /usr/share/pkgconfig/codec2.pc
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/ubuntu_focal/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/ubuntu_jammy/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/ubuntu_mantic/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion docker_builds/ubuntu_noble/do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../

cd SDRPlusPlus
mkdir build
Expand Down

0 comments on commit 981592f

Please sign in to comment.