From e47837ea9e90d665fa5702112ea74c502b62b782 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 29 Sep 2023 01:10:14 +0100 Subject: [PATCH] [utils] staged building with custom versions --- py/build_mypyc.sh | 2 +- rs/build_lto.sh | 1 + utils/Dockerfile | 131 ++++++++++++++++++++++++++++++++++++---------- 3 files changed, 106 insertions(+), 28 deletions(-) diff --git a/py/build_mypyc.sh b/py/build_mypyc.sh index d5dce315..f99bec66 100755 --- a/py/build_mypyc.sh +++ b/py/build_mypyc.sh @@ -4,7 +4,7 @@ cd $(dirname $0) source py_env.sh rm -rf rbmp cp -r src rbmp -sed -i '' 's/from src./from rbmp./' rbmp/*.py +sed -i'' 's/from src./from rbmp./' rbmp/*.py mypyc rbmp cat >rosettaboy-mypyc <