Skip to content

Commit 6da1112

Browse files
rustyrussellmadelinevibes
authored andcommitted
Release: fix build inside Fedora
``` => => naming to docker.io/library/fedora 0.0s Inside docker: starting build Cloning into '/build'... done. Note: switching to 'ca533a084d7a7636b099de7f6326f549c5251dfc'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false Downloading cpython-3.12.11-linux-x86_64-gnu (download) (29.9MiB) Downloading cpython-3.12.11-linux-x86_64-gnu (download) Using CPython 3.12.11 Resolved 120 packages in 2ms error: No virtual environment found for Python 3.12; run `uv venv` to create an environment, or pass `--system` to install into a non-virtual environment ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 5bdf6f4 commit 6da1112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [ "$1" = "--inside-docker" ]; then
1111
git config --global --add safe.directory /src/.git
1212
git clone /src /build
1313
cd /build || exit
14+
uv venv
1415
uv export --format requirements.txt > /tmp/requirements.txt
1516
uv pip install -r /tmp/requirements.txt
1617
./configure

0 commit comments

Comments
 (0)