Skip to content

Commit 44c83fe

Browse files
committed
.
1 parent fa76562 commit 44c83fe

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
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

configure.ac

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

317317
AC_CONFIG_FILES([paths.mk])
318318

319-
AC_CONFIG_COMMANDS([lib/libcgroup-3.1.0], [sh lib/libcgroup-3.1.0/myconfigure])
320-
321319
AC_OUTPUT
322320

323321
# summary {{{

lib/Makefile

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

99
build: $(OBJECTS)
1010

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

1813
clean-l:

0 commit comments

Comments
 (0)