Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: drop all Rust code from this repository #396

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading