From eabcd38d828fc2540bcec1117e286c50c49c5adc Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:54:46 +0100 Subject: [PATCH] [MIRROR] Update byond version for ci. Makes unit tests 30 seconds faster. [MDB IGNORE] (#26104) * Update byond version for ci. Makes unit tests 30 seconds faster. (#80918) This will make ci more than 30 seconds faster to start the game for unit tests thanks to [ID:2906744](https://www.byond.com/forum/post/2906744) --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@ users.noreply.github.com> * Update byond version for ci. Makes unit tests 30 seconds faster. --------- Co-authored-by: Kyle Spier-Swenson Co-authored-by: Zephyr <12817816+ZephyrTFA@ users.noreply.github.com> --- .tgs.yml | 2 +- dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tgs.yml b/.tgs.yml index bb6077faaab..571f823c87d 100644 --- a/.tgs.yml +++ b/.tgs.yml @@ -3,7 +3,7 @@ version: 1 # The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job) # Must be interpreted as a string, keep quoted -byond: "515.1620" +byond: "515.1626" # Folders to create in "/Configuration/GameStaticFiles/" static_files: # Config directory should be static diff --git a/dependencies.sh b/dependencies.sh index 157afa16ef2..b0d457a9424 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -5,7 +5,7 @@ # byond version export BYOND_MAJOR=515 -export BYOND_MINOR=1620 +export BYOND_MINOR=1626 #rust_g git tag export RUST_G_VERSION=3.0.0