mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 17:28:20 +00:00
Use -Db_sanitize=address,undefined in Fedora CI
This would have caught the recent memory corruption automatically.
This commit is contained in:
parent
47efacfe5d
commit
c611e9f37e
@ -1727,6 +1727,18 @@
|
|||||||
<package variant="x86_64" />
|
<package variant="x86_64" />
|
||||||
</distro>
|
</distro>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency type="build" id="libasan">
|
||||||
|
<distro id="fedora">
|
||||||
|
<!-- for running with -Db_sanitize=address -->
|
||||||
|
<package variant="x86_64" />
|
||||||
|
</distro>
|
||||||
|
</dependency>
|
||||||
|
<dependency type="build" id="libubsan">
|
||||||
|
<distro id="fedora">
|
||||||
|
<!-- for running with -Db_sanitize=undefined -->
|
||||||
|
<package variant="x86_64" />
|
||||||
|
</distro>
|
||||||
|
</dependency>
|
||||||
<dependency type="build" id="wine">
|
<dependency type="build" id="wine">
|
||||||
<distro id="fedora">
|
<distro id="fedora">
|
||||||
<!-- for running the self tests -->
|
<!-- for running the self tests -->
|
||||||
|
@ -20,6 +20,7 @@ meson .. \
|
|||||||
-Ddocs=disabled \
|
-Ddocs=disabled \
|
||||||
-Dman=true \
|
-Dman=true \
|
||||||
-Dtests=true \
|
-Dtests=true \
|
||||||
|
-Db_sanitize=address,undefined \
|
||||||
-Dgusb:tests=false \
|
-Dgusb:tests=false \
|
||||||
-Dplugin_dummy=true \
|
-Dplugin_dummy=true \
|
||||||
-Dplugin_flashrom=enabled \
|
-Dplugin_flashrom=enabled \
|
||||||
|
Loading…
Reference in New Issue
Block a user