Max Edwards
540282905d
docs: ci multi-arch requires qemu
9 months ago
Sjors Provoost
43de4d3630
doc: fix typos
...
As found by lint-spelling.py using codespell 2.2.6.
1 year ago
MarcoFalke
fa15f7e082
ci: Remove no longer applicable section
...
This fails with:
"Error: determining starting point for build: no FROM statement found"
1 year ago
MarcoFalke
fa378bed56
ci: Start with clean env
...
This should help to avoid non-determinism.
1 year ago
MarcoFalke
aaaa432603
ci: Remove "default" test env
...
It is unclear what the point is of maintaining a "default", the meaning
of which is unclear.
1 year ago
MarcoFalke
fa7d75540e
ci: Pass full env to CI pod to avoid missing a var
...
Instead of enumerating each passed env var, just pass all. This avoids
the risk of missing to enumerate one. Also, it is less code.
The risk could be that an env var causes non-deterministic behavior, but
this can be fixed by explicitly excluding it once the issue is known.
Values with newlines can not be stored in the file and parsed by
docker/podman, so they are excluded.
2 years ago
721217.xyz
fa8e92c022
doc: Update ci docs
2 years ago
MarcoFalke
fad6720891
doc: move doc to ci readme
4 years ago
Sjors Provoost
8b1460dbd1
[tests] check v0.17.1 and v0.18.1 backwards compatibility
5 years ago
MarcoFalke
fa7523d3aa
ci: Extend docs
5 years ago
MarcoFalke
fab1333292
ci: Remove git from required packages on host
5 years ago
MarcoFalke
fafa064d2a
ci: Remove ccache requirement on the host
...
ccache is only needed to create the cache dir on the host, if it didn't
already exist. The same can be achieved with mkdir, so just use that
instead.
5 years ago
MarcoFalke
fa21737ba7
ci: Add environment files for all settings
5 years ago
MarcoFalke
faeacf3269
ci: Add note that this assumes a fresh git clone
5 years ago
MarcoFalke
fa31bc35eb
ci: Remove dependence on travis, use it as fallback env
5 years ago
MarcoFalke
fafe78f6ae
ci: Rename .travis/ to ./ci/
5 years ago