Searched +full:build +full:- +full:system +full:- +full:alpine (Results 1 – 2 of 2) sorted by relevance
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container11 IMAGE: alpine12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:[all …]
1 check-patch:3 stage: build4 image: python:3.10-alpine7 - .gitlab-ci.d/check-patch.py12 - apk -U add git perl15 check-dco:17 stage: build18 image: python:3.10-alpine20 script: .gitlab-ci.d/check-dco.py24 - apk -U add git[all …]