index
:
conduit
topic/limit_info_logs
Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitlab-ci.yml
Age
Commit message (
Expand
)
Author
2023-07-04
ci: Fix "0 B" image size display
Jonas Zohren
2023-06-26
ci: Adjust to current docker
Jonas Zohren
2023-06-10
chore(ci): Adjust to rust version bumps
Jonas Zohren
2023-05-21
* Fix Debian builds by actually including the whole `debian` directory into d...
Jonas Zohren
2023-01-19
fix: adjust CI config to runner requirements
The one with the braid
2022-11-02
fix(ci): Only build in (remote host) docker and switch to glibc
Jonas Zohren
2022-10-10
feat(ci): Split clippy into own fallible job
Jonas Zohren
2022-03-18
chore(docker): Bump alpine (base image) version
Jonas Zohren
2022-03-08
fix(ci): Fix musl builds
Jonas Zohren
2022-02-19
feat(ci): Add dependency audit to CI tests
Jonas Zohren
2022-02-18
chore(ci): Split up tests
Jonas Zohren
2022-02-15
feat(ci): Lint dockerfiles with hadolint
Jonas Zohren
2022-02-15
fix(ci): Also run CI for git tags
Jonas Zohren
2022-02-15
fix(ci): Also create versioned docker image
Jonas Zohren
2022-02-04
fix(ci): Always build debug version for sytest
Jonas Zohren
2022-02-01
Use prebuilt CI-containers from https://gitlab.com/jfowl/conduit-containers
Jonas Zohren
2022-01-26
fix: correct RUSTC_WRAPPER path in cross container
Maxim De Clercq
2022-01-23
fix: remove trailing slash from shared path
Maxim De Clercq
2022-01-23
fix: use readelf for checking static compilation
Maxim De Clercq
2022-01-23
fix: always print ELF information
Maxim De Clercq
2022-01-23
fix: pass RUSTC_WRAPPER to the cross container and enforce static builds
Maxim De Clercq
2022-01-23
feat: support targetting i686
Maxim De Clercq
2022-01-23
feat: use rustembedded/cross images and use static relocation model to fix cr...
Maxim De Clercq
2022-01-22
fix: make sure libatomic is always linked because it's skipped on arm targets
Maxim De Clercq
2022-01-22
fix: make sure libstdc++ is linked statically when cross-compiling
Maxim De Clercq
2022-01-21
fix: linking against libatomic is no longer required since the library path i...
Maxim De Clercq
2022-01-21
fix: make sure cc-rs and bindgen use the correct paths when cross-compiling
Maxim De Clercq
2022-01-20
Use MSRV for build CI jobs
Jonas Platte
2022-01-16
CI: Fix cargo-test
Jonas Zohren
2022-01-13
Fix(ci): Disable CARGO_HOME caching
Jonas Zohren
2021-12-14
CI: Use curl instead of wget
Jonas Zohren
2021-12-14
CI: Optionally use sccache for compilation
Jonas Zohren
2021-11-25
Fixes for !225
Jonas Zohren
2021-11-21
CI: New Multiarch builds and Docker images + cargo clippy/test output now int...
Jonas Zohren
2021-09-14
fix(ci): Convince kaniko that it is indeed running in a container by --force-...
Jonas Zohren
2021-09-14
fix(ci): Fix aarch64 build
Jonas Zohren
2021-09-14
Remove the "register an account with element" test
Jonas Zohren
2021-09-02
chore(CI): Adjust CI for master and next branch development model
Jonas Zohren
2021-09-02
chore: Also run CI on git tags, not only new commits.
Jonas Zohren
2021-08-31
Use `$CI_COMMIT_SHORT_SHA` for `GIT_REF`
Daniel Wiesenberg
2021-08-22
Only apply max. optimizations in CI builds.
Jonas Zohren
2021-08-14
Use full optimizations for master and faster config else
Jonas Zohren
2021-07-30
Also push docker image to docker hub
Daniel Wiesenberg
2021-07-19
Add hardcoded artifacts.expose_as to show them in MRs
Jonas Zohren
2021-07-19
CI: Create docker image with musl binary
Jonas Zohren
2021-07-19
CI: Fix package upload
Jonas Zohren
2021-07-19
CI: Add sytest
Jonas Zohren
2021-07-19
CI: Test registration with element web
Jonas Zohren
2021-07-14
CI: Check format before running test
Jonas Zohren
2021-07-12
Use thin-lto [1] for "better" release builds.
Jonas Zohren
[next]