We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da1112 commit cbc38c7Copy full SHA for cbc38c7
tools/build-release.sh
@@ -15,8 +15,8 @@ if [ "$1" = "--inside-docker" ]; then
15
uv export --format requirements.txt > /tmp/requirements.txt
16
uv pip install -r /tmp/requirements.txt
17
./configure
18
- make VERSION="$VER"
19
- make install DESTDIR=/"$VER-$PLTFM-$PLTFMVER-$ARCH" RUST_PROFILE=release
+ uv run make VERSION="$VER"
+ uv run make install DESTDIR=/"$VER-$PLTFM-$PLTFMVER-$ARCH" RUST_PROFILE=release
20
cd /"$VER-$PLTFM-$PLTFMVER-$ARCH" && tar cvfz /release/clightning-"$VER-$PLTFM-$PLTFMVER-$ARCH".tar.gz -- *
21
echo "Inside docker: build finished"
22
exit 0
0 commit comments