Skip to content

Commit 79ab04c

Browse files
committed
cleanup
1 parent 7356dc1 commit 79ab04c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/jobs/data/codespellignorefiles.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
./gitlab/codespell.yml
1212
./.github/jobs/uploadcodecov.sh
1313
./webapp/vendor
14-
./lib/libcgroup-3.1.0
1514
./webapp/public/bundles
1615
./webapp/public/js/ace
1716
./webapp/templates/bundles

.github/workflows/runpipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run runpipe tests
1+
name: Run runpipe and runguard tests
22
on:
33
push:
44
branches-ignore:

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ if test "x$JUDGEHOST_BUILD_ENABLED" = xyes; then
153153
AC_SUBST(RUNGROUP,$with_rungroup)
154154
AC_MSG_RESULT($RUNGROUP)
155155
fi
156+
157+
# Check for using Linux cgroups for memory control
158+
AC_CHECK_LIB(cgroup, cgroup_init, AC_SUBST(LIBCGROUP,[-lcgroup]), AC_MSG_ERROR([Linux cgroup library not found.]))
156159
fi
157160
# }}}
158161

@@ -315,7 +318,6 @@ AS_IF([test x"$PHP_CHECK" != x"yes"],
315318
AC_SUBST(PHPVERSION, [$phpversion])
316319

317320
AC_CONFIG_FILES([paths.mk])
318-
319321
AC_OUTPUT
320322

321323
# summary {{{

0 commit comments

Comments
 (0)