Skip to content

Commit

Permalink
Deprecate cli related components
Browse files Browse the repository at this point in the history
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
  • Loading branch information
bitboom committed Nov 28, 2024
1 parent 7107219 commit 0bd8e4c
Show file tree
Hide file tree
Showing 21 changed files with 179 additions and 2,017 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Check local packages and all of its dependencies for errors
run: >
cargo check --workspace
--exclude islet_sdk --exclude rsi_el0
--exclude islet_sdk
--exclude cose --exclude cca_token
--exclude ciborium
--exclude islet_mc_harnesses
Expand Down Expand Up @@ -210,25 +210,6 @@ jobs:
- name: Test Certifier compatibility
run: ./scripts/tests/certifier-compatibility.sh

cli:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: .git/modules/assets
key: ${{ runner.os }}-assets-${{ hashFiles('.gitmodules', 'assets') }}

- name: Install dependencies
run: |
./scripts/deps/assets.sh
./scripts/deps/rust.sh
- name: Run cli build (x86_64, aarch64)
working-directory: cli
run: make

rust-unsafe-analysis:
runs-on: ubuntu-22.04
steps:
Expand Down
188 changes: 169 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
resolver = "2"
members = [
"lib/armv9a",
"lib/cca-token",
"lib/cca-token", # To be deprecated
"lib/cose",
"lib/safe-abstraction",
"lib/vmsa",
"lib/rsi-el0",
"lib/uart",
"lib/io",
"plat/fvp",
Expand Down
6 changes: 0 additions & 6 deletions cli/.cargo/config.toml

This file was deleted.

2 changes: 0 additions & 2 deletions cli/.rustfmt.toml

This file was deleted.

Loading

0 comments on commit 0bd8e4c

Please sign in to comment.