Skip to content

Commit f19aa21

Browse files
committed
fixup! release: Unbreak the Fedora build
1 parent 14b9d07 commit f19aa21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tools/build-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ if [ "$1" = "--inside-docker" ]; then
88
PLTFM="$3"
99
git clone /src /build
1010
cd /build
11-
pip3 install -r plugins/clnrest/requirements.txt
11+
poetry export --without-hashes > /tmp/requirements.txt
12+
python3 -m pip install -r /tmp/requirements.txt
1213
./configure
1314
make VERSION="$VER"
1415
make install DESTDIR=/"$VER-$PLTFM" RUST_PROFILE=release

0 commit comments

Comments
 (0)