summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Expand)Author
2023-07-04ci: Fix "0 B" image size display Jonas Zohren
2023-06-26ci: Adjust to current dockerJonas Zohren
2023-06-10chore(ci): Adjust to rust version bumpsJonas Zohren
2023-05-21* Fix Debian builds by actually including the whole `debian` directory into d...Jonas Zohren
2023-01-19fix: adjust CI config to runner requirementsThe one with the braid
2022-11-02fix(ci): Only build in (remote host) docker and switch to glibcJonas Zohren
2022-10-10feat(ci): Split clippy into own fallible jobJonas Zohren
2022-03-18chore(docker): Bump alpine (base image) versionJonas Zohren
2022-03-08fix(ci): Fix musl buildsJonas Zohren
2022-02-19feat(ci): Add dependency audit to CI testsJonas Zohren
2022-02-18chore(ci): Split up testsJonas Zohren
2022-02-15feat(ci): Lint dockerfiles with hadolintJonas Zohren
2022-02-15fix(ci): Also run CI for git tagsJonas Zohren
2022-02-15fix(ci): Also create versioned docker imageJonas Zohren
2022-02-04fix(ci): Always build debug version for sytestJonas Zohren
2022-02-01Use prebuilt CI-containers from https://gitlab.com/jfowl/conduit-containersJonas Zohren
2022-01-26fix: correct RUSTC_WRAPPER path in cross containerMaxim De Clercq
2022-01-23fix: remove trailing slash from shared pathMaxim De Clercq
2022-01-23fix: use readelf for checking static compilationMaxim De Clercq
2022-01-23fix: always print ELF informationMaxim De Clercq
2022-01-23fix: pass RUSTC_WRAPPER to the cross container and enforce static buildsMaxim De Clercq
2022-01-23feat: support targetting i686Maxim De Clercq
2022-01-23feat: use rustembedded/cross images and use static relocation model to fix cr...Maxim De Clercq
2022-01-22fix: make sure libatomic is always linked because it's skipped on arm targetsMaxim De Clercq
2022-01-22fix: make sure libstdc++ is linked statically when cross-compilingMaxim De Clercq
2022-01-21fix: linking against libatomic is no longer required since the library path i...Maxim De Clercq
2022-01-21fix: make sure cc-rs and bindgen use the correct paths when cross-compilingMaxim De Clercq
2022-01-20Use MSRV for build CI jobsJonas Platte
2022-01-16CI: Fix cargo-testJonas Zohren
2022-01-13Fix(ci): Disable CARGO_HOME cachingJonas Zohren
2021-12-14CI: Use curl instead of wgetJonas Zohren
2021-12-14CI: Optionally use sccache for compilationJonas Zohren
2021-11-25Fixes for !225Jonas Zohren
2021-11-21CI: New Multiarch builds and Docker images + cargo clippy/test output now int...Jonas Zohren
2021-09-14fix(ci): Convince kaniko that it is indeed running in a container by --force-...Jonas Zohren
2021-09-14fix(ci): Fix aarch64 buildJonas Zohren
2021-09-14Remove the "register an account with element" testJonas Zohren
2021-09-02chore(CI): Adjust CI for master and next branch development modelJonas Zohren
2021-09-02chore: Also run CI on git tags, not only new commits.Jonas Zohren
2021-08-31Use `$CI_COMMIT_SHORT_SHA` for `GIT_REF`Daniel Wiesenberg
2021-08-22Only apply max. optimizations in CI builds.Jonas Zohren
2021-08-14Use full optimizations for master and faster config elseJonas Zohren
2021-07-30Also push docker image to docker hubDaniel Wiesenberg
2021-07-19Add hardcoded artifacts.expose_as to show them in MRsJonas Zohren
2021-07-19CI: Create docker image with musl binaryJonas Zohren
2021-07-19CI: Fix package uploadJonas Zohren
2021-07-19CI: Add sytestJonas Zohren
2021-07-19CI: Test registration with element webJonas Zohren
2021-07-14CI: Check format before running testJonas Zohren
2021-07-12Use thin-lto [1] for "better" release builds.Jonas Zohren