Commit Graph

6 Commits

Author SHA1 Message Date
Zbigniew Jędrzejewski-Szmek 187ca18161 [systemd] adjust path to build script (#1236)
C.f. 9037a0e022.
2018-03-12 13:40:01 -07:00
Zbigniew Jędrzejewski-Szmek df573a03e2 [systemd] install libmount-devel (#1224)
Right now systemd declares a requirement on libmount-devel >= 2.30.
But this is only because of fixes in libmount 2.30 that matter at
runtime. For fuzzing (and to build) any libmount version is enough.
https://github.com/systemd/systemd/commit/c0b4b0f8f548c755dee81b
relaxed the version check in systemd. To fix the build we need to
install libmount-dev (and pkg-config, because meson requires that
for pkg-config deps to actually work).

Fixes #1191.
2018-03-09 11:50:06 -08:00
Zbigniew Jędrzejewski-Szmek 78d6ccb126 [systemd] add one more contributor to cc (#1098) 2018-02-20 16:29:48 -08:00
Zbigniew Jędrzejewski-Szmek 57fda22514 [systemd] add more addresses to CC (#1089)
Backup address for Lennart Poettering, addresseses for Canonical
and systemd contributors who work on memory correctness issues.

Follow-up for #1084.
2018-01-18 13:08:18 -08:00
Jonathan Rudenberg b73b36edb3 [systemd] Enable memory sanitizer (#1084) 2018-01-18 15:15:04 +11:00
Jonathan Rudenberg 5aafd18141 [systemd] Add initial systemd integration (#1073)
* [systemd] Add initial systemd integration

* Add @keszybz to auto_ccs

* Use ppa:pitti/systemd-semaphore for libmount backport

* Simplify build now that dependencies are disabled

* Update Dockerfile to use upstream repo
2018-01-18 13:22:18 +11:00