Commit Graph
1346 Commits
Author SHA1 Message Date
Ilka Schulz a3e9268698 remove unused import 2026-06-07 12:52:45 +02:00
Ilka Schulz 99b769ee32 fix regression from upgrading rand dependency: RngCore is renamed to Rng (https://rust-random.github.io/book/update-0.10.html) 2026-06-07 12:52:09 +02:00
Ilka Schulz e733a5575e upgrade oqs-sys from 0.9.1 to 0.11.0 2026-06-07 12:37:35 +02:00
Ilka Schulz 4498c6165c fix regression from upgrading rand dependency: further occurences of thread_rng are renamed to rng (https://rust-random.github.io/book/update-0.9.html) 2026-06-07 12:19:18 +02:00
Ilka Schulz 4b4f1edcf8 CI: fix bug: only install cargo-fuzz if not already installed in cache 2026-06-07 12:07:41 +02:00
Ilka Schulz ef8382672d increase minimum supported Rust version from 1.77.0 to 1.85.0 (required for edition2024 required by crate rand) 2026-06-07 11:54:41 +02:00
Ilka Schulz d54646a248 nix fmt 2026-06-07 11:35:01 +02:00
Ilka Schulz 400e24c64c fix minor typo 2026-06-07 11:31:34 +02:00
Ilka Schulz c842fa8fdc fix warnings: remove no longer needed imports 2026-06-07 11:31:14 +02:00
Ilka Schulz b1c8067fce fix regression from upgrading rand dependency: thread_rng is renamed to rng (https://rust-random.github.io/book/update-0.9.html) 2026-06-07 11:25:08 +02:00
Ilka Schulz 4443a1a332 fix regressions from updating dependency rand:
trait `Fill` has changed:
https://docs.rs/rand/0.8.5/rand/trait.Fill.html
https://docs.rs/rand/0.10.1/rand/trait.Fill.html

It now randomizes `[Self]` (a slice) instead of `Self`.

Also removed dead trait impementation of `Fill` which was never used.
2026-06-07 11:11:33 +02:00
Ilka Schulz eec3ee6308 cargo: update rand to 0.10.1 (required by security advisory) 2026-06-07 10:29:09 +02:00
Ilka SchulzandGitHub d510106a53 CI: remove ubuntu-2404 specifications for runners and just use defalt ubicloud OS (currently Ubuntu 24.04) (#782) 2026-06-07 10:26:32 +02:00
Ilka Schulz 1fd3aa32b1 CI: remove ubuntu-2404 specifications for runners and just use default ubicloud OS (currently Ubuntu 24.04) 2026-06-07 10:07:19 +02:00
Ilka SchulzandGitHub 9cc7c2b4fd CI: Move GitHub workflows to ubicloud (#781) 2026-06-07 10:04:55 +02:00
Ilka Schulz c02b965f71 CI: increase compute resources for ARM build 2026-06-07 10:00:17 +02:00
Ilka Schulz 0141a8b9d3 CI: use ubicloud instead of GitHub's own runners 2026-06-07 10:00:03 +02:00
Ilka Schulz 0f80f7452d CI: minor reformat of runs-on attribute in GH Workflows for bette readability 2026-06-07 09:54:34 +02:00
Ilka SchulzandGitHub 5b591a9daf CI: rework cargo audit (#778) 2026-06-07 09:53:35 +02:00
Ilka Schulz 9f21326dfb remove old cargo-deny job (bad trigger conditions) 2026-06-07 09:23:55 +02:00
Ilka Schulz 94f29addf6 nix fmt 2026-06-07 09:23:55 +02:00
Ilka Schulz e7b2296145 add cargo-deny to nix dev-shell (fullEnv) 2026-06-07 09:23:55 +02:00
Ilka Schulz 6ca850b18d CI: rework cargo audit (use maintained workflow, use cargo-deny instead of cargo-audit) 2026-06-07 09:23:55 +02:00
Ilka SchulzandGitHub 86e7b50a83 Fix rosenpass tool link in readme.md (#777) 2026-06-07 09:22:45 +02:00
Kat FoxandIlka Schulz d87e83182e chore: Fix rosenpass tool link in readme.md 2026-06-07 09:21:28 +02:00
Ilka SchulzandGitHub c9fd0b041f merge PR #771: CI: update host OS 2026-06-06 13:31:35 +02:00
Ilka Schulz ce3c9f5914 CI: use Ubuntu 24.04 as CI host, because 26.04 is not availalbe yet on ubicloud 2026-06-06 13:12:58 +02:00
Ilka Schulz a84a9cc837 CI: use Ubuntu 26.04 instead of 22.04 as CI host 2026-06-06 12:57:52 +02:00
Ilka SchulzandGitHub 505272c2d4 nix flake update (PR #761) 2026-06-06 12:56:45 +02:00
Ilka Schulz 13e4f94812 CI: nix flake check runs concurrent again instead (finished with debugging) 2026-06-06 11:41:52 +02:00
Ilka Schulz 8f2c30e900 CI: use bigger VM for benchmark tests 2026-06-06 11:39:41 +02:00
Ilka Schulz 9ff260464e CI: increase compute resources for code coverage test 2026-06-06 11:31:25 +02:00
Ilka Schulz 17873a085a fix error: nix integration tests: add more robust check to wait for network-online.status 2026-06-06 11:29:02 +02:00
Ilka Schulz de5c13a0f1 fix: define %{_bindir} for rpmbuild, because Nix would otherwise overwrite it 2026-06-05 18:49:28 +02:00
Ilka Schulz 49a1cdcc6b use older version of wireguard-tools in legacy-distro-packaging for Debian 2026-06-05 18:25:44 +02:00
Ilka Schulz 51ec536e97 nix fmt 2026-06-05 18:11:45 +02:00
Ilka Schulz 353d0e4af4 fix compacted YAML in .github/workflows/qc.yaml (not allowed by formatter) 2026-06-05 18:08:12 +02:00
Ilka Schulz ca4af0a044 fix wireguard-tools download URLs for legacty-distro-packaging test; fix VM startup timing issue; run nix flake check with only 1 concurrent check (for now for better debugging) 2026-06-05 18:01:34 +02:00
Ilka Schulz 50ba0cb8d0 CI: upgrade cachix-action from v15 to v17 2026-06-05 16:15:55 +02:00
Ilka Schulz 1f7b11bc42 CI: use bigger VMs (more CPUs, more RAM) for nix workflows build and check 2026-06-05 16:05:20 +02:00
Ilka Schulz 2611ff1433 resolve #765: cut down on legacy distribution testing and increase runner capacity 2026-06-05 15:41:21 +02:00
Ilka Schulz f3937ad01a Nix integration checks: remove custom ipython 3.13 overlay 2026-06-05 14:48:34 +02:00
Ilka Schulz 215afc8cd6 remove old Fedora 40 integration test, add Fedora 41, 42, 43 and some Debian and Ubuntu targets 2026-06-05 14:31:51 +02:00
Ilka Schulz 5e994788b5 fixed build bug in RPM package build by cleaning up the regarding .spec file 2026-06-05 14:30:33 +02:00
Ilka Schulz 5d120adbc6 more sluggish LaTeX fixes 2026-06-05 09:26:41 +02:00
Ilka Schulz 5a7e47a992 fix whitepaper LaTeX error (markdown to Tex conversion changed type names...) 2026-06-05 08:42:34 +02:00
Ilka Schulz f2b8f281a3 GitHub Workflow: deprecate prettier and rustfmt and use "nix fmt" instead 2026-06-05 07:59:49 +02:00
Ilka Schulz f16b2e1b03 run formatters 2026-06-05 07:35:21 +02:00
Ilka Schulz 9949957afe prettify treefmt.nix, no effective changes 2026-06-05 07:24:35 +02:00
Ilka Schulz 5c60002cd9 remove old Node.js Nix packages and directly query them from pkgs instead 2026-06-05 07:16:48 +02:00