Skip to content

examples: bump process-compose flake in remote flakes example to v1.122.0 - #2967

Merged
mikeland73 merged 1 commit into
mainfrom
mikeland73/fix-failing-ci-job
Sep 13, 2026
Merged

mikeland73 merged 1 commit into
mainfrom
mikeland73/fix-failing-ci-job

Conversation

@mikeland73

Copy link
Copy Markdown
Collaborator

Summary

Fixes the flakes_remote_run_test.test failure in the scheduled cli-tests run on macos-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/remote pinned github:F1bonacc1/process-compose/v0.43.1. That flake locks a 2022 nixpkgs, so Nix builds process-compose with go-1.19.3, whose darwin binary lacks an LC_UUID load command. Current macOS dyld refuses to run it:

dyld[24307]: missing LC_UUID load command in /nix/store/...-go-1.19.3/share/go/bin/go

Bumping to the latest release (v1.122.0, which locks a March 2026 nixpkgs) fixes the build.

Test plan

  • devbox run run_test in examples/flakes/remote builds process-compose and prints the cowsay output on macOS
  • DEVBOX_RUN_PROJECT_TESTS=1 go test ./testscripts/ -run TestExamples/flakes_remote_run_test.test passes on macOS

🤖 Generated with Claude Code

…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>
@mikeland73
mikeland73 requested a review from savil September 13, 2026 16:58
@mikeland73
mikeland73 merged commit 569eb1e into main Sep 13, 2026
28 checks passed
@mikeland73
mikeland73 deleted the mikeland73/fix-failing-ci-job branch September 13, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant