Skip to content

Commit 86f19a7

Browse files
committed
.
1 parent be9b36b commit 86f19a7

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

.github/workflows/runpipe.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: info
2323
run: cat /proc/cmdline && echo && cat /proc/mounts && echo && ls -al /sys/fs/cgroup && echo && uname -a && echo && stat -fc %T /sys/fs/cgroup && echo && cat /proc/self/cgroup
24-
- name: apt
25-
run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
2624
- name: Create the configure file
2725
run: make configure
2826
- name: Do the default configure

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build-scripts:
103103
build: SUBDIRS= lib misc-tools
104104
domserver: SUBDIRS=etc sql misc-tools webapp
105105
install-domserver: SUBDIRS=etc lib sql misc-tools webapp example_problems
106-
judgehost: SUBDIRS=etc lib judge misc-tools
106+
judgehost: SUBDIRS=etc judge misc-tools
107107
install-judgehost: SUBDIRS=etc lib judge misc-tools
108108
docs: SUBDIRS= doc
109109
install-docs: SUBDIRS= doc

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ AC_SUBST(PHPVERSION, [$phpversion])
340340

341341
AC_CONFIG_FILES([paths.mk])
342342

343-
AC_CONFIG_COMMANDS([lib/libcgroup-3.1.0], [sh lib/libcgroup-3.1.0/myconfigure])
344-
345343
AC_OUTPUT
346344

347345
# summary {{{

lib/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ OBJECTS = $(addsuffix $(OBJEXT),lib.error lib.misc)
77

88
build: $(OBJECTS)
99

10-
judgehost: libcgroup
11-
12-
libcgroup:
13-
$(MAKE) -C libcgroup-3.1.0
14-
1510
$(OBJECTS): %$(OBJEXT): %.c %.h
1611

1712
clean-l:

0 commit comments

Comments
 (0)