David Abdurachmanov
060e64c05f
This packages requires a lot of RAM per core. Let's reduce that to minimum. This is required for Unmatched. Disable JIT too: ``` [..] /builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h: In member function ‘void JSC::MacroAssemblerRISCV64::testFinalize(ResultCondition, JSC::AbstractMacroAssembler<JSC::RISCV64Assembler>::RegisterID, JSC::AbstractMacroAssembler<JSC::RISCV64Assembler>::RegisterID)’: /builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:4438:16: warning: enumeration value ‘Carry’ not handled in switch [-Wswitch] 4438 | switch (cond) { | ^ In file included from /builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-23a5fd0e-9.cpp:6: /builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/b3/B3Validate.cpp: In member function ‘void JSC::B3::{anonymous}::Validater::run()’: /builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/b3/B3Validate.cpp:457:43: error: ‘toB3Type’ was not declared in this scope 457 | VALIDATE(value->type() == toB3Type(Wasm::simdScalarType(value->asSIMDValue()->simdLane())), ("At ", *value)); [..] ``` Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com> |
||
---|---|---|
.gitignore | ||
6b46c24db81426c056f4f1f6fe915c2cdd687a1e.patch | ||
changelog | ||
display-vblank-monitor.patch | ||
rpminspect.yaml | ||
sources | ||
webkitgtk-keys.gpg | ||
webkitgtk.spec |