examples: bump process-compose flake in remote flakes example to v1.122.0 - #2967
Merged
Merged
Conversation
…22.0 The v0.43.1 flake pins a 2022 nixpkgs whose go-1.19.3 darwin binary lacks an LC_UUID load command, which dyld on current macOS runners refuses to run. This made the flakes_remote_run_test testscript fail on every macos-latest project-tests shard in the scheduled cli-tests run. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Summary
Fixes the
flakes_remote_run_test.testfailure in the scheduledcli-testsrun onmacos-latest(e.g. https://github.com/jetify-com/devbox/actions/runs/34748125225/job/103699777749), which has been failing every scheduled run since at least Sept 8.examples/flakes/remotepinnedgithub:F1bonacc1/process-compose/v0.43.1. That flake locks a 2022 nixpkgs, so Nix builds process-compose withgo-1.19.3, whose darwin binary lacks anLC_UUIDload command. Current macOS dyld refuses to run it:Bumping to the latest release (
v1.122.0, which locks a March 2026 nixpkgs) fixes the build.Test plan
devbox run run_testinexamples/flakes/remotebuilds process-compose and prints the cowsay output on macOSDEVBOX_RUN_PROJECT_TESTS=1 go test ./testscripts/ -run TestExamples/flakes_remote_run_test.testpasses on macOS🤖 Generated with Claude Code