-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caddy: use mainProgram for binary #892
Conversation
|
I fixed the failure in mailpit. I think it was because shellcheck got updated with the lock file change |
There's more failures |
I unified all tests scripts now:
|
last 10 log lines: |
59ce00b
to
3e67380
Compare
So |
Looks the gitignore change of examples broke almost all things. Maybe we can fix that with |
3e67380
to
8aa3d05
Compare
That flag fixed it. Can you trigger again the pipeline? |
8aa3d05
to
838299c
Compare
I had to revert the ignoring of devenv.lock. I think we would need to adjust nix itself? to not run |
838299c
to
9aebf5c
Compare
So I fixed clickhouse, vault, modern-c, supported-languages. There is now something failing with ruby and rails. I have there no experience. But more jobs are green than current main branch 😅 |
Thanks for fixing those ❤️ |
This allows exchanging caddy with a different caddy built binary but different program name. Example frankenphp in nixpkgs
I had to update the devenv.lock as in that commit that mainProgram wasn't added in nixpkgs.