8232379: Need to remove large icudt64l.zip binary file from source repository#450
8232379: Need to remove large icudt64l.zip binary file from source repository#450arun-joseph wants to merge 3 commits into
Conversation
|
👋 Welcome back ajoseph! A progress list of the required criteria for merging this PR into |
|
/reviewers 2 |
|
@kevinrushforth |
|
The name and location of the file looks good to me. I like how you've done it so that exactly the same file that is checked into our repo (slightly renamed) will be uploaded to the binary repo. Two comments before formal review:
Once you fix the above problem, and after @johanvos has commented on the location of the artifact in maven central [1], we can proceed with the review. [1] the location of the artifact as defined by this PR is: |
|
My build works with your latest fix. |
|
We plan to close this in favor of PR #456 |
We need to remove the following large binary file from the repo and instead host and download it from a server:
modules/javafx.web/src/main/native/Source/ThirdParty/icu/java/data/icudt64l.zipProgress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/450/head:pull/450$ git checkout pull/450Update a local copy of the PR:
$ git checkout pull/450$ git pull https://git.openjdk.java.net/jfx pull/450/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 450View PR using the GUI difftool:
$ git pr show -t 450Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/450.diff