mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Juke Build 0.8.1 (#60404) * Juke Build 0.8.1 Hotfix 1 (#60897) * Juke Build 0.8.1 Hotfix 1 * Do not restore Yarn cache on just DM build * Makes it so Skyrat's modular code is also checked for updates to see if it needs to rebuild * chmod's tools/bootstrap/nod Added a / just to make it so it'd let me commit * Trying to chmod again Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
22 lines
516 B
Bash
Executable File
22 lines
516 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=514
|
|
export BYOND_MINOR=1557 #SKYRAT EDIT CHANGE - Compiler failure due to insufficent memory when running previous builds.
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=0.4.10
|
|
|
|
#node version
|
|
export NODE_VERSION=12
|
|
export NODE_VERSION_PRECISE=12.22.4
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.7
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.6.8
|