panfrost: Avoid minimum stack allocations
[mesa.git] / .gitlab-ci / bare-metal / google-power-up.sh
1 #!/bin/bash
2
3 relay=$1
4
5 if [ -z "$relay" ]; then
6 echo "Must supply a relay arg"
7 exit 1
8 fi
9
10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
11 sleep 5
12 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py on $relay