mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-30 23:30:11 -07:00
fix or exclude failing CI actions
Due to https://github.com/open-quantum-safe/liboqs-rust/issues/202 it is not yet possible to build the static Rosenpass version for `i686`. The CI actions which fail for this reason have been excluded for now. Further on, some the workflow names have been shortened for better overview.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Nix Related Actions
|
name: Nix
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
on:
|
on:
|
||||||
@@ -26,6 +26,19 @@ jobs:
|
|||||||
- rosenpass-static-oci-image
|
- rosenpass-static-oci-image
|
||||||
- proof-proverif
|
- proof-proverif
|
||||||
- whitepaper
|
- whitepaper
|
||||||
|
exclude:
|
||||||
|
# these do not exist
|
||||||
|
- nix-system: i686-linux
|
||||||
|
derivation: proof-proverif
|
||||||
|
- nix-system: i686-linux
|
||||||
|
derivation: whitepaper
|
||||||
|
|
||||||
|
# these fail currently
|
||||||
|
# TODO enable once https://github.com/open-quantum-safe/liboqs-rust/issues/202 is fixed
|
||||||
|
- nix-system: i686-linux
|
||||||
|
derivation: rosenpass-static
|
||||||
|
- nix-system: i686-linux
|
||||||
|
derivation: rosenpass-static-oci-image
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Quality Control
|
name: QC
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
nix-system:
|
nix-system:
|
||||||
- x86_64-linux
|
- x86_64-linux
|
||||||
- i686-linux
|
|
||||||
- aarch64-linux
|
- aarch64-linux
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
#
|
#
|
||||||
(flake-utils.lib.eachSystem [
|
(flake-utils.lib.eachSystem [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"i686-linux"
|
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|
||||||
# unsuported best-effort
|
# unsuported best-effort
|
||||||
|
"i686-linux"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
# "x86_64-windows"
|
# "x86_64-windows"
|
||||||
|
|||||||
Reference in New Issue
Block a user