Use bundled zlib on MacOS#814
Conversation
|
👋 Welcome back andrew! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout zlib-bundled-test
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
Patch on top of #812 to check bundled zlib on MacOS
Progress
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/814/head:pull/814$ git checkout pull/814Update a local copy of the PR:
$ git checkout pull/814$ git pull https://git.openjdk.org/jdk8u-dev.git pull/814/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 814View PR using the GUI difftool:
$ git pr show -t 814Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/814.diff