[arch-commits] Commit in yosys/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Apr 23 22:05:45 UTC 2022


    Date: Saturday, April 23, 2022 @ 22:05:45
  Author: foutrelis
Revision: 1188832

Disable LTO to work around test failures

Modified:
  yosys/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 22:05:43 UTC (rev 1188831)
+++ PKGBUILD	2022-04-23 22:05:45 UTC (rev 1188832)
@@ -14,6 +14,7 @@
 checkdepends=('iverilog')
 optdepends=('graphviz: Schematics display support'
             'xdot: Display netlists')
+options=('!lto') # getting SIGSEGV when running the tests with LTO
 source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz")
 sha512sums=('df91ea75ae08c7c7e134cfa6284c4e9349e6f85f2df32e4710a571176d5e1a334a6e1e77d52bf573686d33b405559e40af1a8d42cbd4e1f95f0e3b4e212e0b06')
 



More information about the arch-commits mailing list