gnu: mozjs-78: Disable rust-simd to workaround a build failure.
* gnu/packages/gnuzilla.scm (mozjs-78) [configure-flags]: Disable rust-simd to avoid a build failure that occurs when Rust is newer than 1.54.0.master
parent
c3c943055d
commit
cdb2b115a8
|
@ -463,7 +463,10 @@ in C/C++.")
|
|||
"--enable-hardening"
|
||||
"--enable-optimize"
|
||||
"--enable-release"
|
||||
"--enable-rust-simd"
|
||||
;; FIXME: rust-simd is disabled otherwise the build fails with
|
||||
;; "error: `[u32; 64]` is forbidden as the type of a const generic
|
||||
;; parameter".
|
||||
"--disable-rust-simd"
|
||||
"--enable-readline"
|
||||
"--enable-shared-js"
|
||||
"--with-system-icu"
|
||||
|
|
Reference in New Issue