Skip to content

Commit

Permalink
Fix: Update brew (CI Failure) (#1108)
Browse files Browse the repository at this point in the history
* Update brew (build_against_electron.sh)

* Update brew (build_against_node.sh)
  • Loading branch information
kewde authored Jan 19, 2019
1 parent 723de4c commit a9dc5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_against_electron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ make clean
# now test building against shared sqlite
export NODE_SQLITE3_JSON1=no
if [[ $(uname -s) == 'Darwin' ]]; then
brew update
brew install sqlite
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1 $GYP_ARGS
else
Expand Down
1 change: 1 addition & 0 deletions scripts/build_against_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ publish
echo "building from source to test against external libsqlite3"
export NODE_SQLITE3_JSON1=no
if [[ $(uname -s) == 'Darwin' ]]; then
brew update
brew install sqlite
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1
else
Expand Down

0 comments on commit a9dc5a3

Please sign in to comment.