-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move Morello CI to track default release - Log some details of the build environment - Remove workarounds overcome by events * Morello CI: parameterize run queue and boot env * Morello CI to run as a non-root user For reasons unrelated to snmalloc, it's become more convenient to engage in a little white lie, as it were, that the CI jobs are not `root` on the worker nodes. So I'm testing changes on the cluster orchestration goo to run the github runner as a non-root user. However, much as with GitHub's own runners, the runner user is in the `wheel`, and `root` will have no password, so we can still `su` up to `root` when needed. Of course, when we are already root, we can `su` to anyone we like, including `root`, so these changes are compatible with both the old and new world order and have been tested with both.
- Loading branch information
Showing
1 changed file
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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