Skip to content

Commit

Permalink
store rtlsdr commit hash in container (#72)
Browse files Browse the repository at this point in the history
* store rtlsdr commit hash in container

* add libacars commit hash
  • Loading branch information
mikenye authored Mar 19, 2022
1 parent 8e5c1fb commit 6dddf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.acars-decoder
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -x && \
git clone https://github.com/szpajder/libacars.git /src/libacars && \
pushd /src/libacars && \
git checkout master && \
git rev-parse HEAD > /CONTAINER_VERSION && \
mkdir build && \
pushd build && \
cmake ../ && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.rtlsdr
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN set -x && \
# prepare to build
mkdir -p /src/rtl-sdr/build && \
pushd /src/rtl-sdr/build && \
git rev-parse HEAD > /CONTAINER_VERSION && \
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DDETACH_KERNEL_DRIVER=ON \
Expand Down

0 comments on commit 6dddf60

Please sign in to comment.