Skip to content

Commit

Permalink
build in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 28, 2023
1 parent 254d94c commit 28b61e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion py/build_mypyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOD
Expand Down
1 change: 1 addition & 0 deletions rs/build_lto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ set -eu

cd $(dirname $0)
cargo build --profile release-lto
rm -f ./rosettaboy-lto
mv ./target/release-lto/rosettaboy-rs ./rosettaboy-lto

0 comments on commit 28b61e2

Please sign in to comment.