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