build with kernel 3.4 in CI

This commit is contained in:
Bjarne von Horn 2024-02-07 18:22:25 +01:00
parent 2f4c06afc1
commit 1226b9d745
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@ xenomai2:
- ./configure --disable-8139too --with-linux-dir=/usr/src/linux-obj/x86_64/0318xenomai2 --enable-rtdm --with-xenomai-dir=/usr - ./configure --disable-8139too --with-linux-dir=/usr/src/linux-obj/x86_64/0318xenomai2 --enable-rtdm --with-xenomai-dir=/usr
- make -j8 all modules - make -j8 all modules
kernel 3.4:
stage: build
image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:k3.4-rt145
script:
- ./bootstrap
- ./configure --enable-8139too --enable-e100 --enable-e1000 --enable-e1000e --enable-r8169 --with-linux-dir=/usr/src/linux-obj/x86_64/0304rt
- make -j8 all modules
xenomai3: xenomai3:
stage: build stage: build
image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:xenomai3 image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:xenomai3