Merge branch 'ci_container' into 'stable-1.5'

switch to prebuilt container

See merge request etherlab.org/ethercat!21
This commit is contained in:
Florian Pose 2021-06-18 16:14:47 +00:00
commit a9bdd8e41a
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
image:
registry.gitlab.com/etherlab.org/build-container-factory/leap-15.2:linux-syms
build:
stage: build
before_script:
- apt update
- apt install -y linux-source linux-headers-4.19.0-16-all
script:
- ./bootstrap
- ./configure --with-linux-dir=/usr/src/linux-headers-4.19.0-16-amd64 --disable-8139too
- ./configure --with-linux-dir=/usr/src/linux-obj/$(uname -i)/default --disable-8139too
- make -j8 all modules
include: