Skip to content

Commit

Permalink
check_content.sh update with #733
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dseweryn committed Dec 13, 2024
1 parent 6f6406d commit 6206285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if jar tvf $DIR/../target/snowflake-ingest-sdk.jar | awk '{print $8}' | \
grep -v properties.dtd | \
grep -v parquet.thrift | \
grep -v assets/org/apache/commons/math3/random/new-joe-kuo-6.1000 | \
grep -v dependencies.properties | \

# Native zstd libraries are allowed
grep -v -E '^darwin' | \
Expand Down

0 comments on commit 6206285

Please sign in to comment.