-
Notifications
You must be signed in to change notification settings - Fork 4
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
bump 1.2.0 #14
bump 1.2.0 #14
Conversation
Wow, this is a very recent update. |
OpenSSL and rdkafka is really a nightmare... |
I think this isn't their fault. More probably apple's. 🤡 |
Or homebrew's 🤡 |
1 similar comment
Homebrew/brew#7248 This looks very similar
|
Homebrew/homebrew-core#51949 (comment) This sounds exactly the root of the problem
|
.github/workflows/tests.yml
Outdated
|
||
- name: Failures Summary and Bottle Result | ||
if: always() | ||
uses: Homebrew/actions/failures-summary-and-bottle-result@master | ||
with: | ||
workdir: ${{ github.workspace }} | ||
result_path: bottles/steps_output.txt | ||
step_name: 'Build failure summary on ${{ matrix.os }}' | ||
collapse: 'true' | ||
|
||
- name: Upload bottles as artifact | ||
if: always() && github.event_name == 'pull_request' | ||
uses: actions/upload-artifact@main | ||
with: | ||
name: bottles | ||
path: '*.bottle.*' | ||
|
||
- name: Post comment | ||
uses: Homebrew/actions/post-comment@master | ||
with: | ||
token: ${{ github.token }} | ||
issue: ${{ github.event.number }} | ||
body: "@${{github.actor}} bottle request for ${{ runner.os }} (${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})." | ||
bot_body: "Bottle request for ${{ runner.os }} (${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})." | ||
bot: BrewTestBot | ||
|
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.
These are a little bit useful, but I still don't know how to let the CI fail
@xxchan bottle request for macOS (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6518670861). |
@xxchan bottle request for Linux (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6518670861). |
@xxchan bottle request for macOS (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6518670861). |
@xxchan bottle request for Linux (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6518681323). |
@xxchan bottle request for macOS (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6518681323). |
What an acute insight you have! |
@xxchan bottle request for macOS (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6518681323). |
@xxchan bottle request for Linux (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6521399980). |
@xxchan bottle request for macOS (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6521399980). |
1 similar comment
@xxchan bottle request for macOS (https://github.com/risingwavelabs/homebrew-risingwave/actions/runs/6521399980). |
Because macos-12 failed and I’m too lazy to fix it. 🤡 |
Only Ventura and Sonoma users can take benefits from pre-built bottles and others will suffer from build time of 30 minutes+. I'm okay with that though. 🤣 |
No description provided.