Skip to content

Commit cad8d26

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

107 files changed

Lines changed: 3676 additions & 39818 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: 7 additions & 29 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

@@ -38,29 +39,6 @@ jobs:
3839
name: sbom
3940
path: _manifest/spdx_2.2/*
4041

41-
release_notes:
42-
name: Release Notes
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v6
46-
with:
47-
fetch-depth: 1
48-
- name: "Check Release Notes"
49-
run: |
50-
set -ex
51-
scripts/extract-release-notes.py --target-git-version
52-
shell: bash
53-
- name: "Produce Release Notes"
54-
run: |
55-
set -ex
56-
set -o pipefail
57-
./scripts/extract-release-notes.py --target-git-version --describe-path-changes "./samples/constitution" | tee rel-notes.md
58-
- name: "Upload Release Notes"
59-
uses: actions/upload-artifact@v7
60-
with:
61-
name: relnotes
62-
path: rel-notes.md
63-
6442
image_digest:
6543
name: Snapshot Build Image Digest and SOURCE_DATE_EPOCH
6644
runs-on:
@@ -89,7 +67,7 @@ jobs:
8967
9068
build_release:
9169
name: Build Release
92-
needs: [release_notes, image_digest]
70+
needs: [image_digest]
9371
runs-on:
9472
[
9573
self-hosted,
@@ -148,10 +126,10 @@ jobs:
148126
mkdir -p /github/home/.cache
149127
# Unit tests
150128
./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"
129+
# # Suite tests
130+
# ./tests.sh --timeout 600 --output-on-failure -L "suite"
131+
# # Most tests
132+
# ./tests.sh --timeout 360 --output-on-failure -LE "suite|benchmark|unit"
155133
shell: bash
156134

157135
- name: "Upload logs"
@@ -473,7 +451,7 @@ jobs:
473451
set -ex
474452
CCF_VERSION=${{ github.ref_name }}
475453
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
454+
# 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
477455
shell: bash
478456
env:
479457
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)