Skip to content

Conversation

cho-m
Copy link
Member

@cho-m cho-m commented Jun 27, 2021

#75943

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Extracted from #79997 to work on separately

@cho-m cho-m added bottle-up-everything Make every formula bottled CI-force-arm [DEPRECATED] Don't pass --skip-unbottled-arm to brew test-bot. in progress Stale bot should stay away labels Jun 27, 2021
@cho-m cho-m mentioned this pull request Jun 27, 2021
14 tasks
@yurikoles
Copy link
Contributor

It obviously misses openjdk dependency.

@cho-m
Copy link
Member Author

cho-m commented Jun 27, 2021

@yurikoles Yes.

It also requires updating all the scripts so they can find JAVA_HOME.
I just haven't had the chance to go through it yet.
Some of them may be better changed to write_env_script.

@BrewTestBot BrewTestBot added the java Java use is a significant feature of the PR or issue label Jun 27, 2021
Comment on lines -27 to -31
(bin/"benchmarkViewer").write <<~EOS
#!/bin/sh
APPDIR=#{libexec}
java -Dcom.google.gwt.junit.reportPath="$1" -cp "$APPDIR/gwt-dev.jar" com.google.gwt.dev.RunWebApp -port auto $APPDIR/gwt-benchmark-viewer.war;
EOS
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this still exists: #{libexec}/gwt-benchmark-viewer.war

benchmarkViewer
Could not open war file '/usr/local/Cellar/gwt/2.9.0/libexec/gwt-benchmark-viewer.war'
Google Web Toolkit 2.9.0fd -IHe warfd -IHe jar
gwt-api-checker.jar
gwt-codeserver.jar
...fd benchmarkfd i18nCreator
i18nCreator
i18nCreator.cmdfd webAppCreator
webAppCreator
webAppCreator.cmd

@cho-m cho-m added ready to merge PR can be merged once CI is green and removed in progress Stale bot should stay away labels Jun 27, 2021
@cho-m
Copy link
Member Author

cho-m commented Jun 27, 2021

Checksums all match:

aa7923025737fa93944f4373b92544bacdc5e191b679f1b615b65b0455c2e7a8  gwt--2.9.0.arm64_big_sur.bottle.tar.gz
aa7923025737fa93944f4373b92544bacdc5e191b679f1b615b65b0455c2e7a8  gwt--2.9.0.big_sur.bottle.tar.gz
aa7923025737fa93944f4373b92544bacdc5e191b679f1b615b65b0455c2e7a8  gwt--2.9.0.catalina.bottle.tar.gz
aa7923025737fa93944f4373b92544bacdc5e191b679f1b615b65b0455c2e7a8  gwt--2.9.0.mojave.bottle.tar.gz

Just need review on script changes and should be good to merge.

@BrewTestBot
Copy link
Member

🤖 A scheduled task has triggered a merge.

@cho-m cho-m deleted the gwt-bottle branch June 28, 2021 01:34
@github-actions github-actions bot added the outdated PR was locked due to age label Jul 29, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bottle-up-everything Make every formula bottled CI-force-arm [DEPRECATED] Don't pass --skip-unbottled-arm to brew test-bot. java Java use is a significant feature of the PR or issue outdated PR was locked due to age ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants