Skip to content

Commit

Permalink
CI use built ffi lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Nov 18, 2024
1 parent cc260b7 commit 08df3c2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
run: |
rustup show active-toolchain
rustup component add clippy rustfmt
# - name: install libdrift_ffi_sys
# run: |
# curl -L https://github.com/user-attachments/files/17160233/libdrift_ffi_sys.so.zip > ffi.zip
# unzip ffi.zip
# ldd libdrift_ffi_sys.so
# sudo cp libdrift_ffi_sys.so /usr/lib
# ldconfig -p
- name: Format
run: cargo fmt --all -- --check
- name: Build
Expand All @@ -59,5 +52,4 @@ jobs:
RUST_LOG: info
TEST_DEVNET_RPC_ENDPOINT: ${{ secrets.DEVNET_RPC_ENDPOINT }}
TEST_MAINNET_RPC_ENDPOINT: ${{ secrets.MAINNET_RPC_ENDPOINT }}
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
CARGO_DRIFT_FFI_PATH: "/usr/lib"
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}

0 comments on commit 08df3c2

Please sign in to comment.