We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20033f commit cb076d7Copy full SHA for cb076d7
.buildkite/scripts/cuvs-snapshot/configure.sh
@@ -1,15 +1,18 @@
1
#!/bin/bash
2
3
-set -euo pipefail
+set -eo pipefail
4
5
if [[ -f /etc/profile.d/elastic-nvidia.sh ]]; then
6
export JAVA_HOME="$HOME/.java/openjdk24"
7
export PATH="$JAVA_HOME/bin:$PATH"
8
9
# Setup LD_LIBRARY_PATH, PATH
10
+
11
source /etc/profile.d/elastic-nvidia.sh
12
fi
13
14
+set -u
15
16
# Not running this before the tests results in an error when running the tests
17
# No idea why...
18
nvidia-smi
0 commit comments