Test actual LRE in CI#2321
Draft
palfrey wants to merge 24 commits into
Draft
Conversation
palfrey
commented
May 11, 2026
|
|
||
| EXPOSE 50051/tcp 50052/tcp | ||
| CMD ["nativelink"] | ||
| ENTRYPOINT ["nativelink"] |
Member
Author
There was a problem hiding this comment.
Making it behave like the nix images
palfrey
commented
May 11, 2026
Member
Author
There was a problem hiding this comment.
Using the newer config so I don't get the warnings every time I boot things
palfrey
commented
May 11, 2026
| platform_properties: { | ||
| cpu_count: { | ||
| query_cmd: "nproc", | ||
| values: [], |
Member
Author
There was a problem hiding this comment.
Path isn't present on the nix images
palfrey
commented
May 11, 2026
palfrey
commented
May 11, 2026
|
@palfrey is attempting to deploy a commit to the native-link-web-assets Team on Vercel. A member of the Team first needs to authorize it. |
palfrey
commented
Jun 1, 2026
| aws-sdk-s3 = { version = "1.82.0", features = [ | ||
| "http-1x", | ||
| "rt-tokio", | ||
| ], default-features = false } |
Member
Author
There was a problem hiding this comment.
Duplicate of what's in non-dev
palfrey
commented
Jun 1, 2026
| async-trait = { version = "0.1.88", default-features = false } | ||
| aws-config = { version = "1.6.1", default-features = false, features = ["sso"] } | ||
| aws-sdk-s3 = { version = "1.82.0", features = [ | ||
| aws-sdk-s3 = { version = "1.134.0", features = [ |
Member
Author
There was a problem hiding this comment.
Mostly here to upgrade crc-fast to 1.10.0, which has some issues with musl
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.
Description
We previously had LRE testing, but it was a mix of trivial examples and buggy k8s-in-CI setups long commented out. This PR spins up a docker compose setup with the current branch's nix images and tries to build them, which will make it much easier to make improvements to those.
Type of change
Please delete options that aren't relevant.
How Has This Been Tested?
CI, bunch of local
docker composeandbazel testsimilar to the CI steps.Checklist
bazel test //...passes locallygit amendsee some docsThis change is