[MacPorts] #62977: Build noarch ports on 11_arm64 builder
MacPorts
noreply at macports.org
Sun Nov 7 17:52:22 UTC 2021
#62977: Build noarch ports on 11_arm64 builder
----------------------------+---------------------
Reporter: jmroot | Owner: admin@…
Type: enhancement | Status: closed
Priority: Normal | Milestone:
Component: buildbot/mpbb | Version:
Resolution: fixed | Keywords:
Port: |
----------------------------+---------------------
Comment (by ryandesign):
So you're suggesting:
{{{#!diff
diff --git a/buildbot/deploy_archives.sh b/buildbot/deploy_archives.sh
index e406744..19b3a51 100755
--- a/buildbot/deploy_archives.sh
+++ b/buildbot/deploy_archives.sh
@@ -17,7 +17,7 @@ if [[ -z "$ULPATH" ]]; then
# workaround for buildbot not accepting WithProperties in env
if [[ -n "$1" ]]; then
ULPATH="$1"
- # assume a unique path is used per builder so no locking is
needed
+ NEED_LOCK=1
else
ULPATH="./archive_staging"
NEED_LOCK=1
}}}
But, uh:
{{{
echo Acquiring lock...
lockfile $LOCKFILE -r -1
}}}
`lockfile` is a Linux command that is not present on macOS.
--
Ticket URL: <https://trac.macports.org/ticket/62977#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list