force glibc version; ensure pixi is exectuable; ensure user.name/user.email are set
This commit is contained in:
@ -5,9 +5,15 @@ set -euo pipefail
|
||||
|
||||
./download.sh "https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz"
|
||||
|
||||
export CONDA_OVERRIDE_GLIBC=2.28
|
||||
|
||||
chmod +x ./pixi
|
||||
./pixi init || true
|
||||
./pixi install --all
|
||||
|
||||
#git config user.name "GFA AutoDeploy"
|
||||
#git config user.email "gfa-autodeploy@psi.ch"
|
||||
|
||||
#git add .gitattributes .gitignore pixi.lock pixi.toml
|
||||
#git commit -m"automatic commit after install"
|
||||
#git push
|
||||
|
Reference in New Issue
Block a user