First steps towards new config for amazon
This commit is contained in:
parent
085fba7166
commit
f5639b94b2
|
@ -2,7 +2,7 @@
|
|||
|
||||
export LD_PRELOAD=$(dirname $0)/libpreload.so
|
||||
export ALLOWED_FOR_CREATE=/tmp
|
||||
export ALLOWED_FOR_READ=/usr/local/include:/usr/include:/usr/lib:/usr/msp430:/usr/arm-linux-gnueabi/include:/tmp:/opt/:/dev/urandom:/etc/lsb-release:/etc/debian_version:/proc/self:/proc/self/maps
|
||||
export ALLOWED_FOR_READ=/usr/local/include:/usr/include:/usr/lib:/usr/msp430:/usr/arm-linux-gnueabi/include:/tmp:/opt/:/dev/urandom:/etc/lsb-release:/etc/debian_version:/proc/self:/proc/self/maps:/usr/arm-linux-gnueabihf/include:/usr/aarch64-linux-gnu/include:/usr/powerpc-linux-gnu/include
|
||||
# Last-gasp limits
|
||||
ulimit -t 3 # CPU time in seconds
|
||||
ulimit -v 500000 # virtual RAM limit in K
|
||||
|
|
|
@ -5,68 +5,24 @@ max-asm-size=500000
|
|||
staticMaxAgeMs=600000
|
||||
cacheMb=300
|
||||
clientGoogleAnalyticsEnabled=true
|
||||
compilers=g447:g453:g464:g473:g481:g490:armg453:clang30:avrg453:armg463:icc1301:clang32:clang33:clang341:g490c1:g490c2
|
||||
compilers=gcc1204@20480:clang35:g482:ppcg48:aarchg48:armhfg482
|
||||
# msp430g453 - disabled for now since it hangs the client
|
||||
defaultCompiler=g490
|
||||
###############################
|
||||
# GCC for x86
|
||||
compiler.g447.exe=/usr/bin/g++-4.4
|
||||
compiler.g447.alias=/usr/bin/g++-4.4
|
||||
compiler.g447.name=x86 gcc 4.4.7
|
||||
compiler.g453.exe=/usr/bin/g++-4.5
|
||||
compiler.g453.alias=/usr/bin/g++-4.5
|
||||
compiler.g453.name=x86 gcc 4.5.3
|
||||
compiler.g464.exe=/usr/bin/g++-4.6
|
||||
compiler.g464.alias=/usr/bin/g++-4.6
|
||||
compiler.g464.name=x86 gcc 4.6.4
|
||||
compiler.g473.exe=/usr/bin/g++-4.7
|
||||
compiler.g473.alias=/usr/bin/g++-4.7
|
||||
compiler.g473.name=x86 gcc 4.7.3
|
||||
compiler.g481.exe=/usr/bin/g++-4.8
|
||||
compiler.g481.alias=/usr/bin/g++-4.8
|
||||
compiler.g481.name=x86 gcc 4.8.1
|
||||
compiler.g490.exe=/opt/gcc-4.9.0/bin/g++
|
||||
compiler.g490.alias=/opt/gcc-4.9.0/bin/g++
|
||||
compiler.g490.name=x86 gcc 4.9.0
|
||||
# GCC (concepts branch) for x86
|
||||
compiler.g490c1.exe=/opt/gcc-4.9.0-with-concepts/bin/g++
|
||||
compiler.g490c1.alias=/opt/gcc-4.9.0-with-concepts/bin/g++
|
||||
compiler.g490c1.name=x86 gcc 4.9.0 (w/concepts)
|
||||
compiler.g490c2.exe=/opt/gcc-4.9.0-0909-concepts/bin/g++
|
||||
compiler.g490c2.alias=/opt/gcc-4.9.0-0909-concepts/bin/g++
|
||||
compiler.g490c2.name=x86 gcc 4.9.0 (w/concepts)
|
||||
# Intel for x86
|
||||
compiler.icc1301.exe=/opt/intel/bin/icc
|
||||
compiler.icc1301.alias=/opt/intel/bin/icc
|
||||
compiler.icc1301.name=x86 icc 13.0.1
|
||||
# Clang for x86
|
||||
compiler.clang30.exe=/usr/bin/clang++
|
||||
compiler.clang30.alias=/usr/bin/clang++
|
||||
compiler.clang30.name=x86 clang 3.0
|
||||
compiler.clang32.exe=/opt/clang-3.2/bin/clang++
|
||||
compiler.clang32.alias=/opt/clang-3.2/bin/clang++
|
||||
compiler.clang32.name=x86 clang 3.2
|
||||
compiler.clang33.exe=/opt/clang-3.3/bin/clang++
|
||||
compiler.clang33.alias=/opt/clang-3.3/bin/clang++
|
||||
compiler.clang33.name=x86 clang 3.3
|
||||
compiler.clang341.exe=/opt/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
|
||||
compiler.clang341.alias=/opt/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
|
||||
compiler.clang341.name=x86 clang 3.4.1
|
||||
compiler.g482.exe=/usr/bin/g++-4.8
|
||||
compiler.g482.name=x86 gcc 4.8.2
|
||||
compiler.clang35.exe=/usr/bin/clang++
|
||||
compiler.clang35.name=x86 clang 3.5
|
||||
|
||||
###############################
|
||||
# GCC for ppc
|
||||
compiler.ppcg48.exe=/usr/bin/powerpc-linux-gnu-g++-4.8
|
||||
compiler.ppcg48.name=PowerPC gcc 4.8
|
||||
|
||||
###############################
|
||||
# GCC for ARM
|
||||
compiler.armg453.exe=/usr/bin/arm-linux-gnueabi-g++-4.5
|
||||
compiler.armg453.alias=/usr/bin/arm-linux-gnueabi-g++-4.5
|
||||
compiler.armg453.name=ARM gcc 4.5.3
|
||||
compiler.armg463.exe=/usr/bin/arm-linux-gnueabi-g++-4.6
|
||||
compiler.armg463.alias=/usr/bin/arm-linux-gnueabi-g++-4.6
|
||||
compiler.armg463.name=ARM gcc 4.6.3
|
||||
|
||||
################################
|
||||
# MSP and AVR
|
||||
compiler.avrg453.exe=/usr/bin/avr-g++
|
||||
compiler.avrg453.alias=/usr/bin/avr-g++
|
||||
compiler.avrg453.name=AVR gcc 4.5.3
|
||||
compiler.msp430g453.exe=/usr/bin/msp430-g++
|
||||
compiler.msp430g453.alias=/usr/bin/msp430-g++
|
||||
compiler.msp430g453.name=MSP430 gcc 4.5.3
|
||||
compiler.aarchg48.exe=/usr/bin/aarch64-linux-gnu-g++
|
||||
compiler.aarchg48.name=ARM64 gcc 4.8
|
||||
compiler.armhfg482.exe=/usr/bin/arm-linux-gnueabihf-g++
|
||||
compiler.armhfg482.name=ARM gcc 4.8.2
|
||||
|
|
|
@ -0,0 +1,73 @@
|
|||
# Settings for the 12.04 Amazon EC2 instance
|
||||
port=20480
|
||||
compileTimeoutMs=2000
|
||||
compiler-wrapper=./c-preload/compiler-wrapper
|
||||
max-asm-size=500000
|
||||
staticMaxAgeMs=600000
|
||||
cacheMb=300
|
||||
clientGoogleAnalyticsEnabled=true
|
||||
compilers=g447:g453:g464:g473:g481:g490:armg453:clang30:avrg453:armg463:icc1301:clang32:clang33:clang341:g490c1:g490c2
|
||||
# msp430g453 - disabled for now since it hangs the client
|
||||
defaultCompiler=g490
|
||||
###############################
|
||||
# GCC for x86
|
||||
compiler.g447.exe=/usr/bin/g++-4.4
|
||||
compiler.g447.alias=/usr/bin/g++-4.4
|
||||
compiler.g447.name=x86 gcc 4.4.7
|
||||
compiler.g453.exe=/usr/bin/g++-4.5
|
||||
compiler.g453.alias=/usr/bin/g++-4.5
|
||||
compiler.g453.name=x86 gcc 4.5.3
|
||||
compiler.g464.exe=/usr/bin/g++-4.6
|
||||
compiler.g464.alias=/usr/bin/g++-4.6
|
||||
compiler.g464.name=x86 gcc 4.6.4
|
||||
compiler.g473.exe=/usr/bin/g++-4.7
|
||||
compiler.g473.alias=/usr/bin/g++-4.7
|
||||
compiler.g473.name=x86 gcc 4.7.3
|
||||
compiler.g481.exe=/usr/bin/g++-4.8
|
||||
compiler.g481.alias=/usr/bin/g++-4.8
|
||||
compiler.g481.name=x86 gcc 4.8.1
|
||||
compiler.g490.exe=/opt/gcc-4.9.0/bin/g++
|
||||
compiler.g490.alias=/opt/gcc-4.9.0/bin/g++
|
||||
compiler.g490.name=x86 gcc 4.9.0
|
||||
# GCC (concepts branch) for x86
|
||||
compiler.g490c1.exe=/opt/gcc-4.9.0-with-concepts/bin/g++
|
||||
compiler.g490c1.alias=/opt/gcc-4.9.0-with-concepts/bin/g++
|
||||
compiler.g490c1.name=x86 gcc 4.9.0 (w/concepts)
|
||||
compiler.g490c2.exe=/opt/gcc-4.9.0-0909-concepts/bin/g++
|
||||
compiler.g490c2.alias=/opt/gcc-4.9.0-0909-concepts/bin/g++
|
||||
compiler.g490c2.name=x86 gcc 4.9.0 (w/concepts)
|
||||
# Intel for x86
|
||||
compiler.icc1301.exe=/opt/intel/bin/icc
|
||||
compiler.icc1301.alias=/opt/intel/bin/icc
|
||||
compiler.icc1301.name=x86 icc 13.0.1
|
||||
# Clang for x86
|
||||
compiler.clang30.exe=/usr/bin/clang++
|
||||
compiler.clang30.alias=/usr/bin/clang++
|
||||
compiler.clang30.name=x86 clang 3.0
|
||||
compiler.clang32.exe=/opt/clang-3.2/bin/clang++
|
||||
compiler.clang32.alias=/opt/clang-3.2/bin/clang++
|
||||
compiler.clang32.name=x86 clang 3.2
|
||||
compiler.clang33.exe=/opt/clang-3.3/bin/clang++
|
||||
compiler.clang33.alias=/opt/clang-3.3/bin/clang++
|
||||
compiler.clang33.name=x86 clang 3.3
|
||||
compiler.clang341.exe=/opt/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
|
||||
compiler.clang341.alias=/opt/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
|
||||
compiler.clang341.name=x86 clang 3.4.1
|
||||
|
||||
###############################
|
||||
# GCC for ARM
|
||||
compiler.armg453.exe=/usr/bin/arm-linux-gnueabi-g++-4.5
|
||||
compiler.armg453.alias=/usr/bin/arm-linux-gnueabi-g++-4.5
|
||||
compiler.armg453.name=ARM gcc 4.5.3
|
||||
compiler.armg463.exe=/usr/bin/arm-linux-gnueabi-g++-4.6
|
||||
compiler.armg463.alias=/usr/bin/arm-linux-gnueabi-g++-4.6
|
||||
compiler.armg463.name=ARM gcc 4.6.3
|
||||
|
||||
################################
|
||||
# MSP and AVR
|
||||
compiler.avrg453.exe=/usr/bin/avr-g++
|
||||
compiler.avrg453.alias=/usr/bin/avr-g++
|
||||
compiler.avrg453.name=AVR gcc 4.5.3
|
||||
compiler.msp430g453.exe=/usr/bin/msp430-g++
|
||||
compiler.msp430g453.alias=/usr/bin/msp430-g++
|
||||
compiler.msp430g453.name=MSP430 gcc 4.5.3
|
Loading…
Reference in New Issue