Skip to content
Snippets Groups Projects
Commit 13ad68ce authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'zstd_recipe_update' into 'master'

Update ZSTD recipe status and add simple build script

See merge request !352
parents 547d4cca ab807fab
No related branches found
No related tags found
1 merge request!352Update ZSTD recipe status and add simple build script
#TODO missing script for building, see https://github.com/facebook/zstd#build-instructions #TODO waiting for openat implementation, building without openat fails
#NOTE although project supports building without openat, but the corresponding #if check
# checks for the presence of st_mtime, and if it exists it falsely assumes that AT_FDCWD is supported too
# for more info see starting from programs/util.c line 262: #if (PLATFORM_POSIX_VERSION >= 200809L) && defined(st_mtime)
[source] [source]
tar = "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz" tar = "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz"
[build] [build]
template = "custom" template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
${COOKBOOK_MAKE}
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment