Closed zhangyulai closed 2 months ago
Looks like there was an issue during the autobump:
==> intellij-idea Current cask version: 2024.2,242.20224.300 Latest livecheck version: unable to get versions Open pull requests: none Closed pull requests: none
Might need to change how the version is detected in the cask formula.
Does brew livecheck intellij-idea
work locally?
Does
brew livecheck intellij-idea
work locally?
➜ ~ brew livecheck intellij-idea intellij-idea: 2024.2,242.20224.300 ==> 2024.2.0.1,242.20224.387
+1
Same. So the version check works locally but not from the GitHub Actions runner. I'm assuming brew livecheck
uses the same routine as the update workflow.
In that case, what could be the issue? Can the job run with debug output? Maybe there's a connectivity issue.
Could be that Jetbrains blocks requests from GitHub actions, it's hard to tell. You can always manually edit the file and make a pull request with that change though.
I noticed that alex313031-thorium is not updated despite it is in autobump list too. Could this issue be more global?
I noticed that alex313031-thorium is not updated despite it is in autobump list too. Could this issue be more global?
We don't really know what the issue is beyond "it works locally but not in CI", so it's hard to tell.
I noticed that alex313031-thorium is not updated despite it is in autobump list too. Could this issue be more global?
alex313031-thorium
fails to update because the x64 build is missing from the current release:
Sorry, ARM64 build only for now. We ran into linker errors that couldn't be resolved without removing alot of Thorium's compiler optimization flags. Releasing a non-optimized Thorium build would go against one of the browser's founding principles (performance), so pending further investigation/testing, hopefully for M127 we can make an x64 build again!
@khipp thanks for the explanation 👍
Closing this since the last automated version bump ran without issues: https://github.com/Homebrew/homebrew-cask/pull/182938.
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
"IntelliJ IDEA has been updated to version 2024.2.0.1. I wanted to submit a PR for the update, but I was informed that it would update automatically. However, the automatic update did not occur."
Command that failed
brew bump-cask-pr --version 2024.2.0.1,242.20224.387 intellij-idea
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap