Skip to content

Commit f4f632c

Browse files
committed
host CI: minor simplification
1 parent 7c9f9c9 commit f4f632c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function build_docs()
134134
function run_host_tests()
135135
{
136136
pushd host
137-
make FORCE32=0 OPTZ=-O0 CI
137+
make CI
138138
make clean-objects
139139
popd
140140
}

0 commit comments

Comments
 (0)