File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
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,6 +64,10 @@ depends-on = ["setup-wasm"]
6464outputs = [" _output" ]
6565inputs = [" pixi.lock" , " files/" ]
6666
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+
6771[feature .host .tasks .patch-xpython ]
6872cmd = " echo $FOLDER && sed -i '' 's/jsArg.replace(\"\\ *\" ,\"\" )/jsArg.replaceAll(\"\\ *\" ,\"\" )/g' $FOLDER/xeus/bin/xpython.js"
6973env = {FOLDER = " _output" }
You can’t perform that action at this time.
0 commit comments