Skip to content

Commit

Permalink
more removals
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Dec 5, 2024
1 parent 1699e8a commit bf5e1df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/github/benchmark_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
SCRIPT_DIR=$(realpath "$(dirname "$0")/..")
source "${SCRIPT_DIR}/ci/common.sh"

BENCH_DIR=${GITHUB_BUILD_CHECKOUT_PATH:-.}/benchmarks
BENCH_DIR=benchmarks
BUILD_DIR=$(realpath "${BUILD_DIR:-build-${COMPILER}}")
CONFIG_DIR=$(realpath "${BENCH_DIR}/config")

Expand Down
6 changes: 1 addition & 5 deletions scripts/github/build_tpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ if [ "${CLEAN}" ]; then
fi

# Defaults when lacking CI environment
PROJECT_DIR=${GITHUB_BUILD_CHECKOUT_PATH:-.}
if [ ! "${PROJECT_DIR}" ]; then
echo "PROJECT_DIR source path not set"
exit 1
fi
PROJECT_DIR=.
if [ ! "${BUILD_DIR}" ]; then
BUILD_DIR="build-${COMPILER}"
fi
Expand Down

0 comments on commit bf5e1df

Please sign in to comment.