Skip to content

Commit

Permalink
Merge pull request #94 from V-Sekai/cleanup
Browse files Browse the repository at this point in the history
Cleanup the cicd github actions.
  • Loading branch information
fire authored Apr 11, 2024
2 parents a491324 + fc92ef9 commit 0c5facb
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/uro_release_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,7 @@ jobs:
- name: Install system dependencies
run: |
apt update
apt install -y build-essential erlang-dev curl git libclang1
- name: Install foundationdb dependency
run: |
set -e
curl -L https://github.com/apple/foundationdb/releases/download/7.1.53/foundationdb-clients_7.1.53-1_amd64.deb --output fdb-client.deb
dpkg -i fdb-client.deb
curl -L https://github.com/apple/foundationdb/releases/download/7.1.53/foundationdb-server_7.1.53-1_amd64.deb --output fdb-server.deb
dpkg -i fdb-server.deb
apt update && apt install -y libfuse3-dev execstack
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
apt install -y build-essential erlang-dev curl
- name: Set up Elixir
run: |
Expand Down Expand Up @@ -69,13 +54,6 @@ jobs:
- name: Compile code
run: mix compile

- uses: actions/checkout@v2
with:
repository: V-Sekai/elixir-mvsqlite
path: elixir_mvsqlite

- run: cargo build --locked --release -p mvstore --manifest-path elixir_mvsqlite/rust_src/Cargo.toml

- name: Run tests
continue-on-error: true
id: test_step
Expand Down

0 comments on commit 0c5facb

Please sign in to comment.