Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build-scripts/build-environment-check
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# The rest are wanted only on the machine doing "autogen.sh",
# aka buildmaster, which is *different* from the buildslaves
### TODO add to the unwanted list: bison byacc flex
### TODO unfortunately autoconf is installed by autobuild policy


case "$OS" in
Expand Down Expand Up @@ -76,6 +75,6 @@ then
exit 0
else
echo "$0: FAILURE buildslave is NOT correctly setup"
echo "You should edit the policy in autobuild to fix the issues"
echo "You should edit the policy at buildscripts/ci/cfengine-build-host-setup.cf to fix the issues"
exit 1
fi
Loading