mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Merge pull request #39277 from AutomaticFrenzy/patch/rustg-api-file
Check that rust-g's API file matches the in-tree copy
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export BYOND_MAJOR=512
|
||||
export BYOND_MINOR=1441
|
||||
|
||||
#rust_g git tag
|
||||
export RUST_G_VERSION=0.3.0
|
||||
export RUST_G_VERSION=0.4.0
|
||||
|
||||
#bsql git tag
|
||||
export BSQL_VERSION=v1.4.0.0
|
||||
|
||||
@@ -22,6 +22,7 @@ if [ $BUILD_TOOLS = false ] && [ $BUILD_TESTING = false ]; then
|
||||
git fetch --depth 1 origin $RUST_G_VERSION
|
||||
git checkout FETCH_HEAD
|
||||
cargo build --release
|
||||
cmp target/rust_g.dm ../code/__DEFINES/rust_g.dm
|
||||
|
||||
mkdir -p ~/.byond/bin
|
||||
ln -s $PWD/target/release/librust_g.so ~/.byond/bin/rust_g
|
||||
|
||||
Reference in New Issue
Block a user