wucke13
be508b486a
refine CI further
...
- include default jobs
- clean up generator script
- fix wrong dependency estimation for release-package
2023-06-14 19:12:44 +02:00
wucke13
e24172d9b5
move if on upload pdf job in CI
2023-06-10 23:10:59 +02:00
wucke13
d01c96c1de
add i686 system
...
This still excludes static builds due to a bug in oqs-sys.
Once oqs-sys is bumped to use liboqs 0.8, full 32 bit x86 support is viable.
2023-06-10 16:00:12 +02:00
wucke13
11d60bcced
add GH-Actions based CI with cachix
2023-06-10 03:44:02 +02:00
Karolin Varner
2ac2c84c71
Trigger Website upload CI
2023-06-02 09:28:33 +02:00
Karolin Varner
a0f79478cc
Trigger upload-doc CI job
2023-06-02 09:28:33 +02:00
Karolin Varner
229224d078
fix: Restore QC/doc CI job to operation
...
https://github.com/rosenpass/rosenpass/issues/62
https://github.com/rust-lang/rust/issues/108378
2023-05-23 08:54:53 +02:00
Karolin Varner
e12cd18a42
fix: Disable broken CI jobs
...
These are cross compilation static build jobs
which are nice to have but non-essential.
https://github.com/rosenpass/rosenpass/issues/62
2023-05-23 08:54:53 +02:00
wucke13
096c811491
Merge pull request #58 from AliceOrunitia/alice/doc-upload
...
Alice/doc upload
2023-04-24 11:47:29 +02:00
wucke13
378fddb645
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.
2023-04-23 17:19:31 +02:00
wucke13
695ef6a769
replace pkgs.rustPlatform with naersk + fenix
...
Now that fenix + naersk are used, we don't have the problem of hour-long
builds of a `pkgsStatic.rustc` running in qemu-aarch64. Thus, we can now
finally add these without a big penalty in CI runtime. In addition to
that, the i686 target is added as well.
2023-04-23 00:03:31 +02:00
Alice Bowman
b4d74d64f7
feat(website): upload man pages to website
2023-04-22 15:32:49 +02:00
wucke13
801ce4cd34
add check for broken documentation to qc workflow
2023-04-09 17:52:41 +02:00
wucke13
fe80792873
add proper flagging of prerelease and draft in CI
2023-02-27 21:15:13 +01:00
wucke13
4b33938d66
add missing permission for release workflow
2023-02-25 23:09:09 +01:00
wucke13
0995317fa6
add dedicated release workflow
2023-02-25 19:51:44 +01:00
sevenautumns
12933de42b
release action smaller if
2023-02-25 13:36:53 +01:00
wucke13
9b3f4670af
chore: Release rosenpass version 0.1.1-rc.3
2023-02-24 22:59:39 +01:00
wucke13
a9c13caeaa
refine CI release setup
2023-02-24 20:28:48 +01:00
sevenautumns
92838250b5
Automatic Release
2023-02-24 18:22:56 +01:00
wucke13
6539bebfb0
add quality control CI Action
...
- add prettier for yaml and md files
- add `cargo-audit` job
- add `cargo-clippy` job
- fix missing references in readme.md
This includes a reformat of both `readme.md` files
2023-02-24 14:20:46 +01:00
wucke13
462efa73d7
fix overwrite of rp script in CI
2023-02-24 10:31:07 +01:00
wucke13
bb7c91df0c
comment out aarch64 jobs for now
...
They cause enormous build times because they recompile a `rustc` on a
Qemu based aarch64 system. Until we find a solution for this, let's ignore
them in CI.
2023-02-24 10:18:14 +01:00
wucke13
a6f7415535
add GitHub Actions based CI
...
@texhackse contributed everything involved in the generation and deployment
of the whitepaper PDF.
Co-authored-by: Marei (peiTeX) <marei@peitex.de >
2023-02-23 20:47:35 +01:00