CI: adjusted to removed utils

Autoconf: updated config-aux
This commit is contained in:
Olof hagsand 2023-12-02 17:26:35 +01:00
parent 80a10b694c
commit a3a7624a11
5 changed files with 2359 additions and 2006 deletions

View file

@ -26,12 +26,8 @@ jobs:
run: sudo make install install-include run: sudo make install install-include
- name: make example - name: make example
run: (cd example; make) run: (cd example; make)
- name: make utils
run: (cd util; make)
- name: install example - name: install example
run: (cd example; sudo make install) run: (cd example; sudo make install)
- name: install utils
run: (cd util; sudo make install)
ubuntu-build-restconf-fcgi: ubuntu-build-restconf-fcgi:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -51,12 +47,8 @@ jobs:
run: sudo make install install-include run: sudo make install install-include
- name: make example - name: make example
run: (cd example; make) run: (cd example; make)
- name: make utils
run: (cd util; make)
- name: install example - name: install example
run: (cd example; sudo make install) run: (cd example; sudo make install)
- name: install utils
run: (cd util; sudo make install)
docker-alpine-tests: docker-alpine-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults:

1454
config-aux/config.guess vendored

File diff suppressed because it is too large Load diff

2849
config-aux/config.sub vendored

File diff suppressed because it is too large Load diff

1
configure vendored
View file

@ -6573,7 +6573,6 @@ fi
done done
# MIB_GENERATED_YANG_DIR is where clixon assumes generated YANGs from MIBs are stored # 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 # This is NOT installed by Clixon and is not needed for core system
# However, it is required by SNMP tests. # However, it is required by SNMP tests.

View file

@ -342,7 +342,6 @@ if test "$enable_netsnmp" = "yes"; then
AC_CHECK_LIB(netsnmpagent, init_agent) AC_CHECK_LIB(netsnmpagent, init_agent)
AC_CHECK_HEADERS(net-snmp/net-snmp-config.h,[], AC_MSG_ERROR([snmp is missing])) 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 # 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 # This is NOT installed by Clixon and is not needed for core system
# However, it is required by SNMP tests. # However, it is required by SNMP tests.