Skip to content

Commit

Permalink
Write vcpkg arrow port ABI info in CI
Browse files Browse the repository at this point in the history
This should help us understand why vcpkg sometimes fails to use
cached previous builds
  • Loading branch information
adamreeve committed Oct 16, 2023
1 parent 4ec1e20 commit 83c9788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
with:
name: ${{ steps.vcpkg-info.outputs.triplet }}-vcpkg-arrow-logs
path: ${{ steps.vcpkg-info.outputs.root }}/buildtrees/arrow/*.log
- name: Dump vcpkg arrow abi info
run: cat ./build/${{ steps.vcpkg-info.outputs.triplet }}-release/vcpkg_installed/${{ steps.vcpkg-info.outputs.triplet }}/share/arrow/vcpkg_abi_info.txt
- name: Build .NET benchmarks & unit tests
run: |
dotnet build csharp.benchmark --configuration=Release -p:OSArchitecture=${{ matrix.arch }}
Expand Down

0 comments on commit 83c9788

Please sign in to comment.