mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
1f1c6ffae0
commit
fbadc781cd
1 changed files with 2 additions and 3 deletions
|
@ -21,9 +21,8 @@ build:
|
||||||
tar zxvf - --strip-components=1
|
tar zxvf - --strip-components=1
|
||||||
- mkdir -p "{{prefix}}"
|
- mkdir -p "{{prefix}}"
|
||||||
- cp -av ./* {{prefix}}/
|
- cp -av ./* {{prefix}}/
|
||||||
- run: rm -rf sys.dylib.dSYM
|
# since these are vendored, all paths are relative; we don't need to fix-machos
|
||||||
if: darwin
|
skip: fix-machos
|
||||||
working-directory: ${{prefix}}/lib/julia
|
|
||||||
env:
|
env:
|
||||||
linux/x86-64:
|
linux/x86-64:
|
||||||
PLATFORM: 'linux'
|
PLATFORM: 'linux'
|
||||||
|
|
Loading…
Reference in a new issue