Skip to content

Commit 6e32e68

Browse files
committed
update test 2
1 parent 9c894ef commit 6e32e68

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

dependencies.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ export BYOND_MAJOR=514
88
export BYOND_MINOR=1568
99

1010
#rust_g git tag
11-
export RUST_G_VERSION=1.0.1
11+
export RUST_G_VERSION=3.11.0
1212

1313
#node version
1414
export NODE_VERSION=14
15-
export NODE_VERSION_LTS=20.12.0
15+
export NODE_VERSION_LTS=22.11.0
1616
export NODE_VERSION_COMPAT=14.16.1
1717

1818
# SpacemanDMM git tag
19-
export SPACEMAN_DMM_VERSION=suite-1.7.1
19+
export SPACEMAN_DMM_VERSION=suite-1.10
2020

2121
# Extools git tag
2222
export EXTOOLS_VERSION=v0.0.7
2323

2424
# Python version for mapmerge and other tools
25-
export PYTHON_VERSION=3.7.9
25+
export PYTHON_VERSION=3.11.8

tools/ci/install_byond.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ path-exclude /usr/share/man/*
99
path-exclude /usr/share/info/*
1010
EOF
1111

12+
sudo dpkg --add-architecture i386
13+
sudo apt-get update
14+
sudo apt install libcurl4:i386
15+
1216
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
1317
then
1418
echo "Using cached directory."

0 commit comments

Comments
 (0)