Skip to content

Commit 3ded4e4

Browse files
committed
Rust COSE FFI
1 parent 968818c commit 3ded4e4

106 files changed

Lines changed: 3641 additions & 39791 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ jobs:
218218
python3 tests/infra/platform_detection.py snp milan
219219
shell: bash
220220

221+
# Move to container
222+
- name: "Install dependencies"
223+
shell: bash
224+
run: |
225+
set -ex
226+
tdnf -y install rust
227+
221228
- name: "Build Debug"
222229
run: |
223230
set -ex
@@ -299,6 +306,13 @@ jobs:
299306
python3 tests/infra/platform_detection.py snp genoa
300307
shell: bash
301308

309+
# Move to container
310+
- name: "Install dependencies"
311+
shell: bash
312+
run: |
313+
set -ex
314+
tdnf -y install rust
315+
302316
- name: "Build Debug"
303317
run: |
304318
set -ex

3rdparty/internal/QCBOR/CMakeLists.txt

Lines changed: 0 additions & 99 deletions
This file was deleted.

3rdparty/internal/QCBOR/LICENSE

Lines changed: 0 additions & 37 deletions
This file was deleted.

3rdparty/internal/QCBOR/Makefile

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)