diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-11-13 10:02:17 +0100 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-11-13 14:57:39 +0100 |
commit | 3795b6bcd1c47b4fa6572cd3a35f13b93d8070b9 (patch) | |
tree | f5cd3a4ffefe7200344cb0a5d9073b9dbcfee05c | |
parent | 78895715dba681d25a47e5da369d3eb20fcf08ed (diff) | |
download | gnutls-3795b6bcd1c47b4fa6572cd3a35f13b93d8070b9.tar.gz |
README-ci.freebsd.md: require autogen
Signed-off-by: Daiki Ueno <dueno@redhat.com>
-rw-r--r-- | devel/README-ci.freebsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/README-ci.freebsd.md b/devel/README-ci.freebsd.md index a4bc729c71..24a47cc97f 100644 --- a/devel/README-ci.freebsd.md +++ b/devel/README-ci.freebsd.md @@ -1,7 +1,7 @@ # Install a FreeBSD CI instance ``` -pkg install -y git gmake bash autoconf gettext libtool automake nettle p11-kit libunistring libtasn1 libidn2 gperf gawk bison softhsm2 openssl cmocka socat wget pkgconf ccache +pkg install -y git gmake bash autoconf gettext libtool automake nettle p11-kit libunistring libtasn1 libidn2 gperf gawk bison softhsm2 openssl cmocka socat wget pkgconf ccache autogen bash pw group add -n gitlab-runner pw user add -n gitlab-runner -g gitlab-runner -s /usr/local/bin/bash |