Skip to content

Commit

Permalink
Merge pull request #396 from allisonkarlitskaya/reduction
Browse files Browse the repository at this point in the history
rust: drop all Rust code from this repository
  • Loading branch information
cgwalters authored Nov 6, 2024
2 parents 738793a + 7432e8c commit de87a68
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1,939 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/rust.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,26 +169,6 @@ jobs:
run: sudo ./tests/integration.sh
- name: Integration tests (fsverity required)
run: sudo env WITH_TEMP_VERITY=1 unshare -m ./tests/integration.sh
rust:
needs: build-noasan
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update -y
- name: Checkout repository
uses: actions/checkout@v3
- name: Download
uses: actions/download-artifact@v4
with:
name: composefs-noasan.tar
- run: sudo tar -C / -xvf composefs.tar
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
with:
key: "rust-main"
- name: Rust (default features)
run: cargo test
- name: Rust (no features)
run: cargo test --no-default-features
distcheck:
runs-on: ubuntu-latest
steps:
Expand Down
18 changes: 0 additions & 18 deletions Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions rust/composefs-sys/Cargo.toml

This file was deleted.

202 changes: 0 additions & 202 deletions rust/composefs-sys/LICENSE-APACHE

This file was deleted.

19 changes: 0 additions & 19 deletions rust/composefs-sys/LICENSE-MIT

This file was deleted.

6 changes: 0 additions & 6 deletions rust/composefs-sys/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions rust/composefs-sys/build.rs

This file was deleted.

Loading

0 comments on commit de87a68

Please sign in to comment.