Skip to content

Commit 678df13

Browse files
Fix ci.sh
1 parent 93def75 commit 678df13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -ex
44

55
SOURCE_PATH="$(cd "$(dirname $0)/../../.." && pwd)"
6+
TOOLS_BUILD_PATH="$(cd "$(dirname "$0")" && pwd)"
67
SCHEME="${1:?"scheme is not specified"}"
78

89
export SCCACHE_CACHE_SIZE="50G"

0 commit comments

Comments
 (0)