Skip to content

Commit

Permalink
Merge branch 'master' into focal
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed May 23, 2020
2 parents 18a1f0c + 7dc062b commit 48aeea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test x`./build-$1/test_crasher` = x
test -z "`ls /tmp/core* 2>/dev/null`"

# make sure there are no compression-related strings
test -z "`strings -a ./build-$1/test_putser | grep -i -e lz -e xz -e deflate -e miniz -e zlib -e zstandard -e zstd -e huff -e rle -e copy -e license -e papaw`"
test -z "`strings -a ./build-$1/test_putser | grep -i -e $1 -e miniz -e zlib -e zstandard -e zstd -e huff -e rle -e copy -e license -e papaw`"

# the payload should be extracted to dir_prefix
here=`pwd`
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ elif compression == 'zstd'
compression_sources += [
custom_target('zstddeclib_obfuscated',
input: custom_target('zstddeclib',
input: 'zstd/contrib/single_file_decoder/zstddeclib-in.c',
input: 'zstd/contrib/single_file_libs/zstddeclib-in.c',
output: 'zstddeclib.h',
command: [
join_paths(meson.current_source_dir(), 'zstd/contrib/single_file_decoder/combine.sh'),
join_paths(meson.current_source_dir(), 'zstd/contrib/single_file_libs/combine.sh'),
'-r',
join_paths(meson.current_source_dir(), 'zstd/lib'),
'-r',
Expand Down
2 changes: 1 addition & 1 deletion zstd
Submodule zstd updated 275 files

0 comments on commit 48aeea0

Please sign in to comment.