Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Jun 7, 2024
1 parent be9b36b commit 86f19a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/runpipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- uses: actions/checkout@v4
- name: info
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
- name: apt
run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
- name: Create the configure file
run: make configure
- name: Do the default configure
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ build-scripts:
build: SUBDIRS= lib misc-tools
domserver: SUBDIRS=etc sql misc-tools webapp
install-domserver: SUBDIRS=etc lib sql misc-tools webapp example_problems
judgehost: SUBDIRS=etc lib judge misc-tools
judgehost: SUBDIRS=etc judge misc-tools
install-judgehost: SUBDIRS=etc lib judge misc-tools
docs: SUBDIRS= doc
install-docs: SUBDIRS= doc
Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ AC_SUBST(PHPVERSION, [$phpversion])

AC_CONFIG_FILES([paths.mk])

AC_CONFIG_COMMANDS([lib/libcgroup-3.1.0], [sh lib/libcgroup-3.1.0/myconfigure])

AC_OUTPUT

# summary {{{
Expand Down
5 changes: 0 additions & 5 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ OBJECTS = $(addsuffix $(OBJEXT),lib.error lib.misc)

build: $(OBJECTS)

judgehost: libcgroup

libcgroup:
$(MAKE) -C libcgroup-3.1.0

$(OBJECTS): %$(OBJEXT): %.c %.h

clean-l:
Expand Down

0 comments on commit 86f19a7

Please sign in to comment.