mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(pkl)
frustrating when you can only test on the CD job
This commit is contained in:
parent
6b09c73fa1
commit
36a4159594
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ build:
|
||||||
script:
|
script:
|
||||||
# graalvm fails to understand our compiler environment
|
# graalvm fails to understand our compiler environment
|
||||||
- run: |
|
- run: |
|
||||||
if test "{{hw.platform}}" = "darwin"; then
|
if test "{{hw.platform}}" = "linux"; then
|
||||||
sed -i '/-H:Class=org.pkl.cli.Main/i\
|
sed -i '/-H:Class=org.pkl.cli.Main/i\
|
||||||
,"--static"\
|
,"--static"\
|
||||||
,"--native-compiler-path={{deps.llvm.org.prefix}}/bin/clang"\
|
,"--native-compiler-path={{deps.llvm.org.prefix}}/bin/clang"\
|
||||||
|
@ -29,7 +29,7 @@ build:
|
||||||
if: <0.26.0
|
if: <0.26.0
|
||||||
working-directory: pkl-cli
|
working-directory: pkl-cli
|
||||||
- run: |
|
- run: |
|
||||||
if test "{{hw.platform}}" = "darwin"; then
|
if test "{{hw.platform}}" = "linux"; then
|
||||||
sed -i '/-H:Class=org.pkl.cli.Main/i\
|
sed -i '/-H:Class=org.pkl.cli.Main/i\
|
||||||
add("--static")\
|
add("--static")\
|
||||||
add("--native-compiler-path={{deps.llvm.org.prefix}}/bin/clang")\
|
add("--native-compiler-path={{deps.llvm.org.prefix}}/bin/clang")\
|
||||||
|
|
Loading…
Reference in a new issue