summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Use Rust 1.77 for our reproducible builds.Nick Mathewson2024-09-251-1/+1
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* CI: Only build shadow onceJim Newsome2024-09-181-51/+43
* Add ci job `integration-chutney-shadow`Jim Newsome2024-09-181-0/+56
* CI: Set up ~/src and ~/.local in before_scriptJim Newsome2024-09-181-5/+6
* chutney test: rework installation and tracking of chutney itselfJim Newsome2024-09-181-0/+2
* chutney test: move logic from .gitlab-ci.yml to integration-e2eJim Newsome2024-09-181-5/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Remove the `needs: []` from the deb-source jobIan Jackson2024-09-051-1/+0
* Run `git-clean -xdff` in deb-source jobIan Jackson2024-09-051-0/+1
* When building .debs, build only the .debs and don't rebuild the .dscIan Jackson2024-09-051-8/+2
* Pass -uc to dpkg-buildpackage when building .debsIan Jackson2024-09-051-2/+2
* Merge branch 'ahf/macos-cross-build' into 'main'Alexander Hansen Færøy2024-09-021-2/+0
|\
| * Disallow failures for our CI job `build-repro-macos`Alexander Færøy2024-09-011-2/+0
* | Merge branch 'ci' into 'main'Ian Jackson2024-08-271-6/+9
|\ \
| * | Add script for *testing* without any features enabledIan Jackson2024-08-191-4/+7
| * | Rename matrix-check from matrix_testIan Jackson2024-08-191-2/+2
* | | Fix CI on main by always running the deb-source jobIan Jackson2024-08-271-3/+0
* | | Add comment on big-endian targets to .gitlab-ci.ymlNoisyCoil2024-08-271-0/+4
* | | Cross-build an arm64 deb binary package in CINoisyCoil2024-08-271-0/+30
* | | Temporarily disable testing in native deb packageNoisyCoil2024-08-271-1/+2
* | | Build an amd64 native deb binary package in CINoisyCoil2024-08-271-0/+18
* | | Build a deb source package in CINoisyCoil2024-08-271-0/+18
| |/ |/|
* | shadow: add obfs4 arti client + tor bridgeopara2024-08-211-1/+1
|/
* CI: allow the MacOS build test to failIan Jackson2024-08-151-0/+2
* CI: Use "via-cargo-install-in-ci" to cache grcov in 'coverage-aggregated'Nick Mathewson2024-08-081-2/+1
* Test cbindgen correctness in CINick Mathewson2024-08-071-0/+9
* CI: Enable restricted-discovery for arti-extra.Gabriela Moldovan2024-08-051-1/+1
* integration-shadow test: fix broken reference to apt-install scriptJim Newsome2024-08-021-1/+1
* CI: Only preserve rust-recent artifacts, don't process rust-latest onesIan Jackson2024-07-311-5/+5
* CI: Use YAML anchors rather than .extends for rust-recent/rust-latestIan Jackson2024-07-311-6/+12
* CI: Add TODOs about rethinking matrix_test.Gabriela Moldovan2024-07-301-0/+9
* CI: Add cli-test job.Gabriela Moldovan2024-07-301-0/+11
* CI: Rename "latest" jobs to "recent"; pin them; and replace them.Ian Jackson2024-07-291-10/+30
* CI: Use RECENT_RUST_IMAGE instead of unpinned Rust, in most jobsIan Jackson2024-07-291-21/+10
* CI: Introduce RECENT_RUST_IMAGE variableIan Jackson2024-07-291-1/+4
* Use a pinned compiler version to run cargo auditIan Jackson2024-07-291-1/+1
* Run update-shell-includes, to forbid cwd-dependent script includesIan Jackson2024-07-161-0/+1
* Switch to maint/common/forbid-script-extensionsIan Jackson2024-07-161-1/+1
* Switch to maint/common/forbid-absolute-shebangsIan Jackson2024-07-161-1/+1
* CI: maint-checks job: Install gitIan Jackson2024-07-161-1/+1
* Use maint/common/apt-install instead of open-coding (multiline)Ian Jackson2024-07-161-10/+8
* Use maint/common/apt-install instead of open-coding (apt-get)Ian Jackson2024-07-161-8/+8
* Use maint/common/apt-install instead of open-coding (apt)Ian Jackson2024-07-161-3/+3
* Switch to maint/common/via-cargo-install-in-ciIan Jackson2024-07-161-4/+4
* via-cargo-install-in-ci: Split a multi-package invocationIan Jackson2024-07-161-1/+2
* Replace maint/shellcheck_all with maint/common/shellcheck-allIan Jackson2024-07-161-1/+1
* maint/cargo-check-publishable: run in CIIan Jackson2024-07-101-1/+2
* maint/cargo-check-publishable: Check categoriesIan Jackson2024-07-101-0/+3
* maint/list_crates: Run mypy in CIIan Jackson2024-07-101-0/+1