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 cb076d7 commit 7abc031Copy full SHA for 7abc031
.buildkite/scripts/cuvs-snapshot/configure.sh
@@ -1,18 +1,17 @@
1
#!/bin/bash
2
3
-set -eo pipefail
+set -euo 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
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}"
12
source /etc/profile.d/elastic-nvidia.sh
13
fi
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