mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gcc133)
This commit is contained in:
parent
6f08075abe
commit
9652f5857a
1 changed files with 4 additions and 2 deletions
|
@ -23,12 +23,14 @@ build:
|
||||||
github.com/westes/flex: '*'
|
github.com/westes/flex: '*'
|
||||||
working-directory: build
|
working-directory: build
|
||||||
script:
|
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
|
# If we have a patch, apply it
|
||||||
- run: |
|
- run: |
|
||||||
if test -n "$PATCH{{version.major}}{{version.minor}}"; then
|
if test -n "$PATCH{{version.major}}{{version.minor}}"; then
|
||||||
curl "$PATCH{{version.major}}{{version.minor}}" | patch -p1
|
curl "$PATCH{{version.major}}{{version.minor}}" | patch -p1
|
||||||
fi
|
fi
|
||||||
if: darwin/aarch64
|
if: darwin
|
||||||
working-directory: ..
|
working-directory: ..
|
||||||
|
|
||||||
# if there's no diff yet, unpack iains' source over ours
|
# 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
|
if test -n "$BRANCH{{version.major}}{{version.minor}}"; then
|
||||||
curl -L "$BRANCH{{version.major}}{{version.minor}}" | tar xz --strip-components=1
|
curl -L "$BRANCH{{version.major}}{{version.minor}}" | tar xz --strip-components=1
|
||||||
fi
|
fi
|
||||||
if: darwin/aarch64
|
if: darwin
|
||||||
working-directory: ..
|
working-directory: ..
|
||||||
|
|
||||||
# The spaces mess things up in the env key
|
# The spaces mess things up in the env key
|
||||||
|
|
Loading…
Reference in a new issue