Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 4, 2024
1 parent 2a8dd40 commit 67e557e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,17 @@ jobs:
if: runner.os == 'macOS'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)" >> $GITHUB_ENV
brew install ninja
brew install ninja gcc
- name: Install packages (Windows)
if: runner.os == 'Windows'
run: choco install ninja

- name: Install packages (Ubuntu)
if: runner.os == 'Linux'
run: sudo apt update

- uses: rui314/setup-mold@v1

# - name: Build
# run: cargo build
# env:
# CC: clang
# CFLAGS: ""
# LDFLAGS: ""
# CI: true
run: |
sudo apt update
sudo apt install build-essential ninja-build -y
- name: Test
run: cargo test
Expand Down
1 change: 0 additions & 1 deletion blosc2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fn main() {
.arg("-DBUILD_SHARED_LIBS=OFF")
.arg("-DBUILD_FUZZERS=OFF")
.arg("-DBUILD_BENCHMARKS=OFF")
.arg("-DBUILD_SHARED_LIBS=OFF")
.arg("-DBUILD_EXAMPLES=OFF")
.arg("-DBUILD_TESTS=OFF")
.arg("-DBLOSC_INSTALL=ON")
Expand Down

0 comments on commit 67e557e

Please sign in to comment.