commit | 251dec5903e3b32d5653f1335fedd96141da8594 | [log] [tgz] |
---|---|---|
author | Jian Zhang <zhangjian.3032@bytedance.com> | Thu Feb 23 10:09:13 2023 +0800 |
committer | Jian Zhang <zhangjian.3032@bytedance.com> | Thu Feb 23 10:15:50 2023 +0800 |
tree | adbaaf8515dfd4ae3de2799b0809fb43a275bf56 | |
parent | 3ebe3dadd3f550d20080c8bb14dee113e322eb61 [diff] [blame] |
Add bootstrap for CI OpenBMC build scripts needs bootstrap script for Autotools. [0]: https://github.com/openbmc/openbmc-build-scripts/blob/master/scripts/unit-test.py#L713 Change-Id: I9534afdfc718e789eb47dab20c50c9c1c8235422 Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.com>
diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..eb7eee6 --- /dev/null +++ b/bootstrap.sh
@@ -0,0 +1,9 @@ +#! /bin/sh + +set -xe + +aclocal +autoconf +autoheader +automake --add-missing +