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 5433319 commit fb0a15bCopy full SHA for fb0a15b
Justfile
@@ -21,7 +21,7 @@ release-build-macos tag:
21
22
# Trigger builds of aarch64-apple-darwin release artifacts.
23
release-build-macos-remote tag:
24
- ssh macmini just --working-directory /Users/gps/src/python-build-standalone --justfile /Users/gps/src/python-build-standalone/Justfile release-build-macos tag={{tag}}
+ ssh macmini just --working-directory /Users/gps/src/python-build-standalone --justfile /Users/gps/src/python-build-standalone/Justfile release-build-macos {{tag}}
25
mkdir -p dist
26
scp 'macmini:~/src/python-build-standalone/dist/*.zst' dist/
27
cargo run --release -- convert-install-only dist/cpython-*-aarch64-apple-darwin-pgo+lto*.zst
0 commit comments