dev #1

Open
agj wants to merge 18 commits from dev into main
Owner
No description provided.
agj added 18 commits 2026-06-17 06:08:46 +00:00
You can now execute any kind of program in the PATH.
You do, however, need to specify "./" if you want to execute a local
file, but that shouldn't be too big a problem.
You should be able to tell your sci deployment which env vars should be
passed to the pipelines with -e ENV1 -e ENV2 and so on
had to fix some things
spawnp searches through PATH for you
Also, start using fork/chdir/exec idiom instead of posix_spawn, because
as we all know: posix_spawn is stupid as a system call:

https://lwn.net/Articles/360556/
Just launch and edit the pipeline.conf file.
I am testing by simply calling `pipeline_cancel` on the first pipeline
execution.
Co-authored-by: Github CoPilot
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dev:dev
git checkout dev
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: agj/sci#1