mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
8b06cabc7d
This is used to test build.sh, part of the oss-fuzz integration, and so also that we correctly build our fuzzers. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Dec 10 09:15:43 UTC 2019 on sn-devel-184
8 lines
184 B
Bash
Executable File
8 lines
184 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
DIST=ubuntu1604
|
|
SCRIPT_DIR=`dirname $0`
|
|
|
|
$SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/bootstrap.sh
|
|
$SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/locale.sh
|