Skip to content

Commit

Permalink
Remove libjose (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter authored May 22, 2023
1 parent 521b53d commit 7a786b7
Show file tree
Hide file tree
Showing 77 changed files with 0 additions and 8,143 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,32 +148,6 @@ jobs:
with:
os: ${{matrix.os}}

build-and-test-libjose:
needs: check-for-run-condition
if: ${{ needs.check-for-run-condition.outputs.should-run == 'true' }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
include:
- os: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup Rust
uses: './.github/actions/rust/rust-setup'
with:
os: ${{ runner.os }}
job: ${{ github.job }}

- name: Build
run: cargo build --manifest-path ./libjose/Cargo.toml --release

- name: Run tests
run: cargo test --manifest-path ./libjose/Cargo.toml --release

build-wasm:
needs: check-for-run-condition
if: ${{ needs.check-for-run-condition.outputs.should-run == 'true' }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,3 @@ jobs:
# uses: actions-rs-plus/clippy-check@b09a9c37c9df7db8b1a5d52e8fe8e0b6e3d574c4
# with:
# args: --manifest-path ./bindings/stronghold-nodejs/Cargo.toml --all-targets --all-features -- -D warnings

- name: libjose clippy check
uses: actions-rs-plus/clippy-check@b09a9c37c9df7db8b1a5d52e8fe8e0b6e3d574c4
with:
args: --manifest-path ./libjose/Cargo.toml --all-targets --all-features -- -D warnings
3 changes: 0 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
# - name: stronghold-nodejs fmt check
# run: cargo fmt --manifest-path ./bindings/stronghold-nodejs/Cargo.toml --all -- --check

- name: libjose fmt check
run: cargo +nightly fmt --manifest-path ./libjose/Cargo.toml --all -- --check

# Use `dprint` to check Cargo.toml formatting.
# To fix, run `dprint fmt` locally.
- name: Cargo.toml fmt check
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exclude = [
"identity_iota_core_legacy",
"bindings/stronghold-nodejs",
"bindings/wasm",
"libjose",
]

[workspace.dependencies]
Expand Down
70 changes: 0 additions & 70 deletions libjose/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions libjose/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions libjose/examples/basic_jws.rs

This file was deleted.

41 changes: 0 additions & 41 deletions libjose/examples/custom_claims.rs

This file was deleted.

37 changes: 0 additions & 37 deletions libjose/examples/custom_payload.rs

This file was deleted.

88 changes: 0 additions & 88 deletions libjose/src/error.rs

This file was deleted.

42 changes: 0 additions & 42 deletions libjose/src/jose/cty.rs

This file was deleted.

10 changes: 0 additions & 10 deletions libjose/src/jose/mod.rs

This file was deleted.

Loading

0 comments on commit 7a786b7

Please sign in to comment.