Skip to content

Commit

Permalink
Merge pull request #493 from mato/ci-disable-genode
Browse files Browse the repository at this point in the history
CI: Disable Genode
  • Loading branch information
mato authored Dec 22, 2020
2 parents d09e1a6 + b0d5b22 commit 0eb8cb8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ do_basic()
{
message "Starting build."
try ./configure.sh
# Genode bindings are disabled by default; enable them for Linux hosts to
# ensure they get tested by Solo5 CI.
if [ "$(uname -s)" = "Linux" ]; then
echo CONFIG_GENODE=1 >>Makeconf
fi
try ${MAKE}
# Some CIs can now run tests, so do that.
if [ -n "${SURF_RUN_TESTS}" ]; then
Expand Down

0 comments on commit 0eb8cb8

Please sign in to comment.