mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(gcc133)
This commit is contained in:
parent
6f08075abe
commit
9652f5857a
|
@ -23,12 +23,14 @@ build:
|
|||
github.com/westes/flex: '*'
|
||||
working-directory: build
|
||||
script:
|
||||
# Applying ians patches on x86-64 too, since he sometimes gets fixes in faster, like:
|
||||
# https://github.com/orgs/Homebrew/discussions/5216
|
||||
# If we have a patch, apply it
|
||||
- run: |
|
||||
if test -n "$PATCH{{version.major}}{{version.minor}}"; then
|
||||
curl "$PATCH{{version.major}}{{version.minor}}" | patch -p1
|
||||
fi
|
||||
if: darwin/aarch64
|
||||
if: darwin
|
||||
working-directory: ..
|
||||
|
||||
# if there's no diff yet, unpack iains' source over ours
|
||||
|
@ -36,7 +38,7 @@ build:
|
|||
if test -n "$BRANCH{{version.major}}{{version.minor}}"; then
|
||||
curl -L "$BRANCH{{version.major}}{{version.minor}}" | tar xz --strip-components=1
|
||||
fi
|
||||
if: darwin/aarch64
|
||||
if: darwin
|
||||
working-directory: ..
|
||||
|
||||
# The spaces mess things up in the env key
|
||||
|
|
Loading…
Reference in a new issue