Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move shared mkosi settings to a single file in mkosi.default.d/ | Daan De Meyer | 2021-01-06 | 1 | -3/+6 |
| | |||||
* | CI: Update to mkosi github action to v9 | Daan De Meyer | 2021-01-01 | 1 | -5/+2 |
| | |||||
* | github: add the missing tpm2 optional dependency | Frantisek Sumsal | 2020-12-20 | 1 | -0/+1 |
| | |||||
* | Add Pull Request Labeler | Jameer Pathan | 2020-12-14 | 1 | -0/+12 |
| | |||||
* | CI: Add mkosi boot tests | Daan De Meyer | 2020-12-04 | 2 | -0/+69 |
| | | | | | | Using the new mkosi Github Action, we can add some simple boot tests for the systemd mkosi configs. This makes sure these keep working as expected. | ||||
* | ci: also set -Dfuzz-tests=true if -Dslow-tests=true | Yu Watanabe | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | ci: add the libfido2 dependency for better coverage | Frantisek Sumsal | 2020-10-21 | 1 | -1/+2 |
| | |||||
* | ci: build with clang-11 as well | Frantisek Sumsal | 2020-10-21 | 1 | -0/+1 |
| | | | | | The LLVM nightly repositories now have a separate branch for clang-11, so let's build with it as well. | ||||
* | ci: bump the 'build test' image to Ubuntu Focal | Frantisek Sumsal | 2020-10-21 | 2 | -2/+2 |
| | |||||
* | Revert "ci: turn off the "upstream-systemd-ci" ppa" | Evgeny Vereshchagin | 2020-07-15 | 1 | -1/+1 |
| | | | | This reverts commit d4ff79bbe1f33fb17e7add3bd520c08f405a79b1. | ||||
* | ci: turn off the "upstream-systemd-ci" ppa | Evgeny Vereshchagin | 2020-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | Judging by https://launchpad.net/~upstream-systemd-ci/+archive/ubuntu/systemd-ci/+packages, it got updated about 15 hours ago and the "build check" action has been failing with ``` The following packages have unmet dependencies: kbd : Depends: console-setup but it is not going to be installed or E: Unable to correct problems, you have held broken packages. console-setup-mini but it is not going to be installed ``` since then | ||||
* | ci: pass -Werror using CFLAGS | Evgeny Vereshchagin | 2020-06-22 | 1 | -1/+1 |
| | | | | | Judging by https://github.com/systemd/systemd/issues/16224, it seems `--werror` doesn't work with `-Db_lto=true` | ||||
* | cifuzz: build fuzz target with UBsan and MSan as well | Evgeny Vereshchagin | 2020-06-12 | 1 | -3/+9 |
| | |||||
* | ci: tweak the dependency installation | Frantisek Sumsal | 2020-06-11 | 1 | -7/+10 |
| | |||||
* | ci: tweak the compilation options | Frantisek Sumsal | 2020-06-11 | 1 | -3/+3 |
| | | | | | Build each build with tests (slow tests and fuzzer tests as well), and combine the LTO build with -O3. | ||||
* | ci: move the build check script to workflows directory | Frantisek Sumsal | 2020-06-11 | 2 | -3/+116 |
| | |||||
* | ci: do the compiler-detection magic in the test script | Frantisek Sumsal | 2020-06-11 | 1 | -18/+3 |
| | | | | so we have all PPA definitions at one place. | ||||
* | github: move the clang/gcc build check to GH Actions | Frantisek Sumsal | 2020-06-11 | 1 | -0/+44 |
| | | | | | Travis CI is getting overloaded, so let's move some load over to GitHub Actions. | ||||
* | github: rename CIFuzz workflow file to cifuzz.yml | Frantisek Sumsal | 2020-06-11 | 1 | -0/+0 |
| | |||||
* | cifuzz: protect forks from CIFuzz | Evgeny Vereshchagin | 2020-05-19 | 1 | -0/+1 |
| | | | | CIFuzz isn't compatible with forks: https://github.com/google/oss-fuzz/issues/3731 | ||||
* | cifuzz: set allowed-broken-targets-percentage to 0 | Evgeny Vereshchagin | 2020-05-14 | 1 | -0/+1 |
| | |||||
* | cifuzz: fuzz the master branch on push | Frantisek Sumsal | 2020-05-08 | 1 | -0/+3 |
| | | | | | | | | Apart from running CIFuzz for each relevant PR, let's run it unconditionally for each push to master to detect possible issues (caused by ignored PRs, etc.). Followup to 94f660a8fe6144b9153c8acaf9e6bb9e47e14b97. | ||||
* | cifuzz: run only for relevant PRs | Frantisek Sumsal | 2020-05-08 | 1 | -1/+9 |
| | | | | | Fuzz only PRs with relevant changes (source code and fuzzer corpora) to save resources. | ||||
* | cifuzz: upload artifacts only when the "run fuzzers" step fails | Evgeny Vereshchagin | 2020-05-02 | 1 | -1/+2 |
| | |||||
* | ci: introduce CIFuzz | Frantisek Sumsal | 2020-04-24 | 1 | -0/+27 |
Per-PR fuzzing provided by OSS-Fuzz using GH workflows. See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/ |