-
Notifications
You must be signed in to change notification settings - Fork 34
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
[email protected]_py310: rebottle for linux #512
Conversation
there appears to be some limitations with tmate when connecting a github provider runner. going to attempt to setup alternative to tmate, that hopefully 🫰 does not impose the limitations that tmate does. |
b0e5214
to
d67150b
Compare
in an attempt to not spam this repo with minor changes for debugging (figuring out why) the linux runner is not working with this repo. i updated my personal tap to troubleshoot the linux runner issues / errors. i will be working within that tap to hopefully resolve this issue with this repo. 🫰 |
|
am able to reproduce the same errors i'm getting from this repo with my homebrew-us-05 repo copying the swig v4.1.1 formula file in this repo into my personal homebrew tap. https://github.com/ipatch/homebrew-us-05/actions/runs/9162004441/job/25188066985
|
it appears the below env var is causing build issue with the github provided runner on linux homebrew-freecad/.github/workflows/tests.yml Lines 133 to 134 in dc55e9f
|
d67150b
to
dfedd63
Compare
got the below error / warnings but didn't seem to effect the run from building and uploading bottle artifacts 🤞
interestingly enough there was a discussion started recently in the homebrew discussions about indirect linkage when building bottle artifacts. |
dfedd63
to
fa32ab1
Compare
add a revision line to the formula in attempt to resolve the below error,
the above mentioned error could possibly be related to the below, |
fa32ab1
to
79f44b4
Compare
output from running above command should output something similiar to the below
Not all PRs require passing these checks ie. adding
[no ci]
in the commit message will prevent the CI from running but PRs that change formula files generally should run through the CI checks that way new bottles are built and uploaded to the repository thus not having to build all formula from source but rather installing from a bottle (significantly faster 🐰 ... 🐢)For more information about this template file learn more