-
Notifications
You must be signed in to change notification settings - Fork 697
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
Merge workflows #8045
Merge workflows #8045
Conversation
CI id not picking the new workflow 🤔 |
nothing like a rebase to fix all problems, maybe it was confused due to my fork pr |
warning about the windows max path issue
Referencing issue haskell#7989
just I ve seen GitHub has added a |
macOS dogfooding job is failing cause the uploaded tar with the artifact has a folder named https://github.com/haskell/cabal/suites/5663836477/artifacts/185963938 That did not happen in previous runs nor in my fork, using the same version of the virtual environment: https://github.com/jneira/cabal/suites/5665936583/artifacts/185923656 weird EDIT: using |
11700f3
to
dc1683b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me, left a couple minor comments.
No opinion on the general issues (total running time, caching).
the macos cabal executable continue failing randomly with maybe related: |
ok tar definitely is related, I executed |
Just to note that I can confirm this locally: Downloaded the artifact from the bottom here https://github.com/haskell/cabal/actions/runs/2000402197, and it shows the same when I unzip and untar it. Let me know if you'd like me to test something on macOS. |
many thanks for reproduce and report it 🙂 |
Related: actions/runner-images#2619 |
Isn't there an option to tar for compatibility with gnutar? |
As suggested here: actions/runner-images#2619 (comment)
i've decided to try the other workaround suggested in the issue: call |
We should consider ignore it |
it did the trick! @Mikolaj @phadej i will wait to merge some hours just in case you have the opportunity of take a final look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job.
We should rebrand cabal as CI consultancy and we'd start bringing in profit for HF.
Continuation of Avoid templating GitHub Actions workflow #7952 and Post remove ci templates #8000
Goals:
validate.sh
script as the primary way of running test suitesBonus
Continuing the work started in my fork with Merge workflows jneira/cabal#5
Caveats