Skip to content

Commit 0eb8cb8

Browse files
authored
Merge pull request #493 from mato/ci-disable-genode
CI: Disable Genode
2 parents d09e1a6 + b0d5b22 commit 0eb8cb8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ do_basic()
4747
{
4848
message "Starting build."
4949
try ./configure.sh
50-
# Genode bindings are disabled by default; enable them for Linux hosts to
51-
# ensure they get tested by Solo5 CI.
52-
if [ "$(uname -s)" = "Linux" ]; then
53-
echo CONFIG_GENODE=1 >>Makeconf
54-
fi
5550
try ${MAKE}
5651
# Some CIs can now run tests, so do that.
5752
if [ -n "${SURF_RUN_TESTS}" ]; then

0 commit comments

Comments
 (0)