Skip to content

Commit

Permalink
fixup! release: Unbreak the Fedora build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Feb 16, 2024
1 parent d2193f8 commit d3d292d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ if [ "$1" = "--inside-docker" ]; then
PLTFM="$3"
git clone /src /build
cd /build
pip3 install -r plugins/clnrest/requirements.txt
poetry export --without-hashes > /tmp/requirements.txt
python3 -m pip install -r /tmp/requirements.txt
./configure
make VERSION="$VER"
make install DESTDIR=/"$VER-$PLTFM" RUST_PROFILE=release
Expand Down

0 comments on commit d3d292d

Please sign in to comment.