sapling/build/fbcode_builder/manifests/gnu-bash
Lukas Piatkowski 04e75a6097 mononoke/integration tests: prepare dependencies for running tests by getdeps
Summary:
This diff adds all third party dependencies that are required by getdeps to be able to build and runn Mononoke's integration tests.

Also add a stub Makefile with no-op steps that will be filled in next diff.

Reviewed By: ahornby

Differential Revision: D24251894

fbshipit-source-id: 67384ecfd0ced6762dddc3c6e61feb1240b1162d
2020-10-13 09:50:52 -07:00

21 lines
651 B
Plaintext

[manifest]
name = gnu-bash
[download.os=darwin]
url = https://ftp.gnu.org/gnu/bash/bash-5.1-rc1.tar.gz
sha256 = 0b2684eb1990329d499c96decfe2459f3e150deb915b0a9d03cf1be692b1d6d3
[build.os=darwin]
# The buildin FreeBSD bash on OSX is both outdated and incompatible with the
# modern GNU bash, so for the sake of being cross-platform friendly this
# manifest provides GNU bash.
# NOTE: This is the 5.1-rc1 version, which is almost the same as what Homebrew
# uses (Homebrew installs 5.0 with the 18 patches that in fact make the 5.1-rc1
# version).
builder = autoconf
subdir = bash-5.1-rc1
build_in_src_dir = true
[build.not(os=darwin)]
builder = nop