CI: adjusted to removed utils
Autoconf: updated config-aux
This commit is contained in:
parent
80a10b694c
commit
a3a7624a11
5 changed files with 2359 additions and 2006 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -26,12 +26,8 @@ jobs:
|
|||
run: sudo make install install-include
|
||||
- name: make example
|
||||
run: (cd example; make)
|
||||
- name: make utils
|
||||
run: (cd util; make)
|
||||
- name: install example
|
||||
run: (cd example; sudo make install)
|
||||
- name: install utils
|
||||
run: (cd util; sudo make install)
|
||||
ubuntu-build-restconf-fcgi:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -51,12 +47,8 @@ jobs:
|
|||
run: sudo make install install-include
|
||||
- name: make example
|
||||
run: (cd example; make)
|
||||
- name: make utils
|
||||
run: (cd util; make)
|
||||
- name: install example
|
||||
run: (cd example; sudo make install)
|
||||
- name: install utils
|
||||
run: (cd util; sudo make install)
|
||||
docker-alpine-tests:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
|
|
|||
1454
config-aux/config.guess
vendored
1454
config-aux/config.guess
vendored
File diff suppressed because it is too large
Load diff
2849
config-aux/config.sub
vendored
2849
config-aux/config.sub
vendored
File diff suppressed because it is too large
Load diff
1
configure
vendored
1
configure
vendored
|
|
@ -6573,7 +6573,6 @@ fi
|
|||
|
||||
done
|
||||
|
||||
|
||||
# MIB_GENERATED_YANG_DIR is where clixon assumes generated YANGs from MIBs are stored
|
||||
# This is NOT installed by Clixon and is not needed for core system
|
||||
# However, it is required by SNMP tests.
|
||||
|
|
|
|||
|
|
@ -342,7 +342,6 @@ if test "$enable_netsnmp" = "yes"; then
|
|||
AC_CHECK_LIB(netsnmpagent, init_agent)
|
||||
AC_CHECK_HEADERS(net-snmp/net-snmp-config.h,[], AC_MSG_ERROR([snmp is missing]))
|
||||
|
||||
|
||||
# MIB_GENERATED_YANG_DIR is where clixon assumes generated YANGs from MIBs are stored
|
||||
# This is NOT installed by Clixon and is not needed for core system
|
||||
# However, it is required by SNMP tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue