We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d09e1a6 + b0d5b22 commit 0eb8cb8Copy full SHA for 0eb8cb8
1 file changed
build.sh
@@ -47,11 +47,6 @@ do_basic()
47
{
48
message "Starting build."
49
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
55
try ${MAKE}
56
# Some CIs can now run tests, so do that.
57
if [ -n "${SURF_RUN_TESTS}" ]; then
0 commit comments