Skip to content

Commit

Permalink
macos is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Mar 19, 2024
1 parent 4f58179 commit 4ce0846
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/native-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
--file ci/conda_env_cpp.txt
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.21.8
check-latest: true
cache: true
cache-dependency-path: go/adbc/go.sum
Expand All @@ -117,15 +117,15 @@ jobs:
export ADBC_BUILD_TESTS=OFF
export ADBC_USE_ASAN=OFF
export ADBC_USE_UBSAN=OFF
export PATH=$RUNNER_TOOL_CACHE/go/1.21/${{ matrix.goarch }}/bin:$PATH
export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/${{ matrix.goarch }}/bin:$PATH
export ADBC_CMAKE_ARGS="-DCMAKE_UNITY_BUILD=ON"
./ci/scripts/cpp_build.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
- name: Go Build
shell: bash -l {0}
env:
CGO_ENABLED: "1"
run: |
export PATH=$RUNNER_TOOL_CACHE/go/1.21/${{ matrix.goarch }}/bin:$PATH
export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/${{ matrix.goarch }}/bin:$PATH
./ci/scripts/go_build.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
--file ci/conda_env_cpp.txt
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.21.8
check-latest: true
cache: true
cache-dependency-path: go/adbc/go.sum
Expand All @@ -416,7 +416,7 @@ jobs:
- name: Go Build
shell: bash -l {0}
run: |
export PATH=$RUNNER_TOOL_CACHE/go/1.21/${{ matrix.goarch }}/bin:$PATH
export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/${{ matrix.goarch }}/bin:$PATH
./ci/scripts/go_build.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
- name: Run Staticcheck
if: matrix.os == 'ubuntu-latest'
Expand All @@ -430,7 +430,7 @@ jobs:
env:
SNOWFLAKE_URI: ${{ secrets.SNOWFLAKE_URI }}
run: |
export PATH=$RUNNER_TOOL_CACHE/go/1.21/${{ matrix.goarch }}/bin:$PATH
export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/${{ matrix.goarch }}/bin:$PATH
./ci/scripts/go_test.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
# ------------------------------------------------------------
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
sudo sysctl vm.mmap_rnd_bits=28
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.21.8
check-latest: true
cache: true
cache-dependency-path: go/adbc/go.sum
Expand Down

0 comments on commit 4ce0846

Please sign in to comment.