mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Script to test wheel on Apple Sillicon
This commit is contained in:
parent
b999a5c9ef
commit
f3c696d22e
12
scripts/build/test_macos_arm64.sh
Executable file
12
scripts/build/test_macos_arm64.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Test macos arm64 wheel packages from Github actions.
|
||||
# It only makes sense to run this script from an Apple Silicon device
|
||||
#
|
||||
# From Github's Actions tab, choose the "Build packages" run and
|
||||
# look for artifacts at the bottom. Download "packages_macos_arm64"
|
||||
# and call this script with the path to it
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
url=
|
Loading…
Reference in New Issue
Block a user