Add Nix configuration and support for dual CI runners (Ubuntu + Nix)#304
Draft
willyzha wants to merge 1 commit into
Draft
Add Nix configuration and support for dual CI runners (Ubuntu + Nix)#304willyzha wants to merge 1 commit into
willyzha wants to merge 1 commit into
Conversation
f4b1533 to
ca3407e
Compare
This commit introduces a parallel CI pipeline using a Nix-based reproducible development environment. It achieves dev-prod parity by ensuring local developers and the CI runner use the exact same toolchains and dependencies. Key changes: - `flake.nix`: Defines a reproducible `devShell` containing essential build tools (Bazel, Go, Python, OpenSSL) and natively configures the `libp11` PKCS11 engine for SoftHSM integration. - `.github/workflows/main.yml`: Adds a parallel job matrix to run integration tests on the new `ot-provisioning-nix-runner`. It injects environment variables via `env` to bypass Nix's environment stripping, and skips physical FPGA hardware tests (`FPGA=skip`). - `setup.sh`: Improves host backwards-compatibility by dynamically falling back to `libncursesw6` and `libtinfo6` on newer Ubuntu distributions (like 24.04). - `nix/ci-machine.nix` & `nix/README.md`: Adds the declarative NixOS infrastructure configuration for the future provisioning of the CI runner itself.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.