Skip to content

Commit

Permalink
Update LLVM_DIR for macOS. (cmu-db#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutrovich authored Nov 7, 2019
1 parent e30d9c5 commit 19f4d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- NAME="macos-10.14/AppleClang-1001.0.46.4 (Debug/packages.sh)" CMAKE_BUILD_TYPE=debug
install:
- echo 'y' | ./script/installation/packages.sh
- export LLVM_DIR=/usr/local/Cellar/llvm@8/8.0.1
- export LLVM_DIR=/usr/local/Cellar/llvm@8/8.0.1_1
- os: linux
dist: trusty
env:
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
agent { label 'macos' }
environment {
ASAN_OPTIONS="detect_container_overflow=0"
LLVM_DIR="/usr/local/Cellar/llvm@8/8.0.1"
LLVM_DIR="/usr/local/Cellar/llvm@8/8.0.1_1"
}
steps {
sh 'echo $NODE_NAME'
Expand Down Expand Up @@ -107,7 +107,7 @@ pipeline {
agent { label 'macos' }
environment {
ASAN_OPTIONS="detect_container_overflow=0"
LLVM_DIR="/usr/local/Cellar/llvm@8/8.0.1"
LLVM_DIR="/usr/local/Cellar/llvm@8/8.0.1_1"
}
steps {
sh 'echo $NODE_NAME'
Expand Down

0 comments on commit 19f4d40

Please sign in to comment.