Skip to content

Commit

Permalink
chore: Update Cargo.lock and remove cmake limit workaround (#14905)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Mar 8, 2024
1 parent 9cc04a2 commit 4c4ccb3
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 141 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
CARGO_LLVM_COV: 1
CARGO_LLVM_COV_SHOW_ENV: 1
CARGO_LLVM_COV_TARGET_DIR: '/Users/runner/work/polars/polars/target'
# Workaround for issue compiling libz-ng-sys crate on macOS (resource temporarily unavailable)
# See: https://github.com/pola-rs/polars/pull/14715
CMAKE_BUILD_PARALLEL_LEVEL: 10

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ jobs:
with:
swap-size-gb: 10

# Workaround for issue compiling libz-ng-sys crate on macOS (resource temporarily unavailable)
# See: https://github.com/pola-rs/polars/pull/14715
- name: Set cmake build threads for MacOS
if: matrix.os == 'macos-latest'
run: echo "CMAKE_BUILD_PARALLEL_LEVEL=10" >> $GITHUB_ENV

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
Loading

0 comments on commit 4c4ccb3

Please sign in to comment.