Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 3, 2024
1 parent 7356dc1 commit 79ab04c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/jobs/data/codespellignorefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
./gitlab/codespell.yml
./.github/jobs/uploadcodecov.sh
./webapp/vendor
./lib/libcgroup-3.1.0
./webapp/public/bundles
./webapp/public/js/ace
./webapp/templates/bundles
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runpipe.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run runpipe tests
name: Run runpipe and runguard tests
on:
push:
branches-ignore:
Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ if test "x$JUDGEHOST_BUILD_ENABLED" = xyes; then
AC_SUBST(RUNGROUP,$with_rungroup)
AC_MSG_RESULT($RUNGROUP)
fi

# Check for using Linux cgroups for memory control
AC_CHECK_LIB(cgroup, cgroup_init, AC_SUBST(LIBCGROUP,[-lcgroup]), AC_MSG_ERROR([Linux cgroup library not found.]))
fi
# }}}

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

AC_CONFIG_FILES([paths.mk])

AC_OUTPUT

# summary {{{
Expand Down

0 comments on commit 79ab04c

Please sign in to comment.