- Add python-ulimit.patch: Don't set a limit on address space.
This enables us running tests on PowerPC. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=193
This commit is contained in:
committed by
Git OBS Bridge
parent
470007c684
commit
be434d6214
14
python-ulimit.patch
Normal file
14
python-ulimit.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
Index: llvm/test/Makefile
|
||||
===================================================================
|
||||
--- llvm.orig/test/Makefile
|
||||
+++ llvm/test/Makefile
|
||||
@@ -78,8 +78,7 @@ else # !SunOS
|
||||
ifeq ($(HOST_OS),AuroraUX)
|
||||
ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ;
|
||||
else # !AuroraUX
|
||||
-# Fedora 13 x86-64 python fails with -v 76800
|
||||
-ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ;
|
||||
+ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ;
|
||||
endif # AuroraUX
|
||||
endif # SunOS
|
||||
|
Reference in New Issue
Block a user