Skip to content

Commit

Permalink
more homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Jul 8, 2024
1 parent bce73b1 commit 67225b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mac-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# mkdir -p $GITHUB_WORKSPACE/testdata/taxi $GITHUB_WORKSPACE/testdata/localdb
# wget -O testdata/taxi/yellow_tripdata_2016-01.csv https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2016-01.csv
- name: Build native part
run: cd native; mvn clean install -DMonetDB_dir=/opt
run: cd native; mvn clean install -DMonetDB_dir=/opt/homebrew
- name: Build java part
run: cd java; mvn clean install
#- name: Build with Maven and test
Expand All @@ -52,9 +52,9 @@ jobs:
run: git clone https://github.com/MonetDB/MonetDB
- name: Compile and install MonetDB
run: |
export CMAKE_LIBRARY_PATH="/usr/local/opt/bison/lib"
export PATH="/usr/local/opt/bison/bin/:$PATH"
export LDFLAGS="-L/usr/local/opt/bison/lib/"
export CMAKE_LIBRARY_PATH="/opt/homebrew/opt/bison/lib"
export PATH="/opt/homebrew/opt/bison/bin/:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/bison/lib/"
cd MonetDB
mkdir build MonetDB-default
cd build
Expand Down

0 comments on commit 67225b7

Please sign in to comment.