Skip to content

Commit

Permalink
Attempt adding dep to openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrakiburrahman committed Oct 7, 2024
1 parent ab38782 commit 0b05e92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
shell: bash
run: chmod -R +x .scripts/*.sh && .scripts/checkout-delta-kernel-rs.sh

- name: Install OpenSSL
if: ${{ matrix.os == 'ubuntu-arm' }}
run: |
sudo apt-get update && sudo apt-get install -y openssl libssl-dev pkg-config
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
1 change: 1 addition & 0 deletions src/DeltaLake/Bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ tokio-util = "0.7"

[build-dependencies]
cbindgen = { version="0.27", default-features=false }
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 0b05e92

Please sign in to comment.