From 36a4159594cc74565139784517ee5a45f894ae86 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 17 Jun 2024 23:28:00 -0400 Subject: [PATCH] fix(pkl) frustrating when you can only test on the CD job --- projects/pkl-lang.org/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/pkl-lang.org/package.yml b/projects/pkl-lang.org/package.yml index 3bacde67..8e55eb08 100644 --- a/projects/pkl-lang.org/package.yml +++ b/projects/pkl-lang.org/package.yml @@ -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")\