I’ve cloned the 25.0 release and am trying to build a local galaxy server and test my IT (on Ubuntu 24.04)
$ sh run.sh
...
[16:55:54] Finished 'stagePlugins' after 262 ms
[16:55:54] Finished 'default' after 36 s
$ GXY_BUILD_SOURCEMAPS=1 NODE_ENV=production webpack
Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: Galaxy client build failed. See ./client/README.md for more information, including how to get help.
I’ve got / have done:
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0/client$ which python
/home/heiland/git/galaxy_rel_25.0/.venv/bin/python
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0$ python --version
Python 3.12.2
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0$ sudo apt-get install yarn
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0/client$ which yarn
/usr/bin/yarn
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0/client$ rm client/yarn.lock
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0$ yarn --version
0.32+git
(.venv) (base) heiland@yoga:~/git/galaxy_rel_25.0$ make client
if [ -f ".venv/bin/activate" ]; then . ".venv/bin/activate"; fi; cd client && yarn install --network-timeout 300000 --check-files
Usage: yarn [options]
yarn: error: no such option: --network-timeout