Skip to content

Conversation

@mikehardy
Copy link
Member

As requested in workflow PR, a version bump as setup for a new publish to make sure everything is working

should queue after dependency merges so we get everything in there

@mikehardy mikehardy enabled auto-merge December 28, 2025 15:36
@mikehardy
Copy link
Member Author

That's me, playing with things locally, will fix

/Users/admin/actions-runner/_work/_temp/b862335d-e653-429b-8a2e-80c5af1eaa4e.sh: line 1: cargo: command not found

I had prepped my last batch of runners base image so this error
was latent/masked and only showed up when I created new runners
@mikehardy
Copy link
Member Author

Closer, but keying off the wrong thing - inadvertently put runner name in there (an unstable item, independently updated) when I should check the label (a stable thing I publish as attached to whatever runner I've built)

    if: contains(matrix.os, 'macos-tartelet')

@mikehardy mikehardy force-pushed the bump-internal-version branch from 88e96be to fb3b99c Compare December 28, 2025 17:44
previously I was using something that was potentially changing per-runner
to detect if I needed to install pre-reqs, now I'm using a more generic
macos? + self-hosted? check
it is around ~4GB and dominates the run time, easier to download/compile
locally per run than download it
@mikehardy mikehardy force-pushed the bump-internal-version branch from fb3b99c to 7d40e07 Compare December 28, 2025 17:50
@mikehardy
Copy link
Member Author

all patched up for a new batch of local runners, should go green now as all changed parts of workflow have already executed successfully

@mikehardy mikehardy added this pull request to the merge queue Dec 28, 2025
@mikehardy
Copy link
Member Author

will rebase the stack o' PRs currently pending and get them through once this merges as it'll fixup the workflows for my embiggened local cluster that now has 4 self-hosted runners available

for reference on the new vars I'm using to do conditionals on self-hosted or not they are from the runner context https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#runner-context

Merged via the queue into main with commit 6b181f2 Dec 28, 2025
11 checks passed
@mikehardy mikehardy deleted the bump-internal-version branch December 28, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants