Skip to content

Commit 60ae843

Browse files
lriggsBryanCutler
andcommitted
Use local based ccache for Mac build instead of sscache. (dremio#28)
* apacheGH-36209: [Java] Upgrade Netty due to security vulnerability (apache#36211) Upgrading Netty dependency due to CVE GHSA-6mjq-h674-j845 This also requires a patch to arrow-memory Upgrading Netty, gRPC and Protobuf dependencies Existing tests No **This PR contains a "Critical Fix".** netty-handler SniHandler 16MB allocation The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. GHSA-6mjq-h674-j845 * Closes: apache#36209 Authored-by: Bryan Cutler <[email protected]> Signed-off-by: David Li <[email protected]> * Restore jackson version. * Use local based ccache for Mac build instead of sscache. --------- Signed-off-by: David Li <[email protected]> Co-authored-by: Bryan Cutler <[email protected]>
1 parent 66d078b commit 60ae843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/tasks/java-jars/github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
brew bundle --file=arrow/java/Brewfile
131131
- name: Build C++ libraries
132132
env:
133-
{{ macros.github_set_sccache_envvars()|indent(8) }}
133+
ARROW_USE_CCACHE: "ON"
134134
run: |
135135
set -e
136136
# make brew Java available to CMake

0 commit comments

Comments
 (0)