File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ python-libarchive-c = "*"
5252[feature .host .tasks ]
5353setup-wasm = { cmd = " pixi install -e wasm" , inputs = [" pixi.lock" ] }
5454build-dist = { cmd = " pixi run build --output-dir dist" }
55- patch-dist = { cmd = " export FOLDER=$GITHUB_WORKSPACE/ dist && pixi run patch" }
55+ patch-dist = { cmd = " export FOLDER=dist && pixi run patch" }
5656
5757[feature .host .tasks .patch ]
5858depends-on =[" patch-roslib" , " patch-xpython" ]
@@ -64,7 +64,11 @@ depends-on = ["setup-wasm"]
6464outputs = [" _output" ]
6565inputs = [" pixi.lock" , " files/" ]
6666
67- [feature .host .tasks .patch-xpython ]
67+ [target .linux-64 .tasks .patch-xpython ]
68+ cmd = " echo $FOLDER linux-64 && sed -i 's/jsArg.replace(\"\\ *\" ,\"\" )/jsArg.replaceAll(\"\\ *\" ,\"\" )/g' '$FOLDER/xeus/bin/xpython.js'"
69+ env = {FOLDER = " _output" }
70+
71+ [feature .osx-64 .tasks .patch-xpython ]
6872cmd = " echo $FOLDER && sed -i '' 's/jsArg.replace(\"\\ *\" ,\"\" )/jsArg.replaceAll(\"\\ *\" ,\"\" )/g' $FOLDER/xeus/bin/xpython.js"
6973env = {FOLDER = " _output" }
7074
You can’t perform that action at this time.
0 commit comments