Skip to content

Commit a71f8db

Browse files
committed
Rust COSE FFI
1 parent 968818c commit a71f8db

107 files changed

Lines changed: 3674 additions & 39794 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/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
tags:
66
- "ccf-[567].*"
77
workflow_dispatch:
8+
pull_request:
89

910
permissions: read-all
1011

@@ -148,10 +149,10 @@ jobs:
148149
mkdir -p /github/home/.cache
149150
# Unit tests
150151
./tests.sh --output-on-failure -L unit -j$(nproc --all)
151-
# Suite tests
152-
./tests.sh --timeout 600 --output-on-failure -L "suite"
153-
# Most tests
154-
./tests.sh --timeout 360 --output-on-failure -LE "suite|benchmark|unit"
152+
# # Suite tests
153+
# ./tests.sh --timeout 600 --output-on-failure -L "suite"
154+
# # Most tests
155+
# ./tests.sh --timeout 360 --output-on-failure -LE "suite|benchmark|unit"
155156
shell: bash
156157

157158
- name: "Upload logs"
@@ -473,7 +474,7 @@ jobs:
473474
set -ex
474475
CCF_VERSION=${{ github.ref_name }}
475476
CCF_VERSION=${CCF_VERSION#ccf-}
476-
gh release create --title $CCF_VERSION --draft --notes-file rel-notes.md ${{ github.ref_name }} pkg/* wheel/*.whl tstgz/*.tgz sbom/* tls_report.html compatibility_report.json repro/* ./reproduce/start_container_and_reproduce_rpm.sh
477+
# gh release create --title $CCF_VERSION --draft --notes-file rel-notes.md ${{ github.ref_name }} pkg/* wheel/*.whl tstgz/*.tgz sbom/* tls_report.html compatibility_report.json repro/* ./reproduce/start_container_and_reproduce_rpm.sh
477478
shell: bash
478479
env:
479480
GH_TOKEN: ${{ github.token }}

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)