Skip to content

Commit 28cecb2

Browse files
committed
feat: Omnibor artifacts removed from this release due to failure in the build pipe.
1 parent 57de1b5 commit 28cecb2

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ jobs:
140140
merge-multiple: true
141141
- name: Install cargo-auditable
142142
run: ${{ matrix.install_cargo_auditable.run }}
143-
- name: Install omnibor
144-
# we specify bash to get pipefail; it guards against the `curl` command
145-
# failing. otherwise `sh` won't catch that `curl` return non-0
146-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omnibor/omnibor-rs/releases/download/omnibor-cli-v0.7.0/omnibor-cli-installer.sh | sh"
147-
shell: bash
148143
- name: Install dependencies
149144
run: |
150145
${{ matrix.packages_install }}
@@ -203,11 +198,6 @@ jobs:
203198
# failing. otherwise `sh` won't catch that `curl` return non-0
204199
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.5/cargo-cyclonedx-installer.sh | sh"
205200
shell: bash
206-
- name: Install omnibor
207-
# we specify bash to get pipefail; it guards against the `curl` command
208-
# failing. otherwise `sh` won't catch that `curl` return non-0
209-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omnibor/omnibor-rs/releases/download/omnibor-cli-v0.7.0/omnibor-cli-installer.sh | sh"
210-
shell: bash
211201
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
212202
- name: Fetch local artifacts
213203
uses: actions/download-artifact@v4

dist-workspace.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = []
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
1414
# Whether to enable GitHub Attestations
1515
github-attestations = true
1616
# Whether to embed dependency information using cargo-auditable
1717
cargo-auditable = true
1818
# Whether to use cargo-cyclonedx to generate an SBOM
1919
cargo-cyclonedx = true
2020
# Whether to use omnibor-cli to generate OmniBOR Artifact IDs
21-
omnibor = true
21+
omnibor = false

0 commit comments

Comments
 (0)