aboutsummaryrefslogtreecommitdiff
path: root/etc/config/spice.amazon.properties
diff options
context:
space:
mode:
Diffstat (limited to 'etc/config/spice.amazon.properties')
-rw-r--r--etc/config/spice.amazon.properties50
1 files changed, 0 insertions, 50 deletions
diff --git a/etc/config/spice.amazon.properties b/etc/config/spice.amazon.properties
deleted file mode 100644
index 411ec55bc..000000000
--- a/etc/config/spice.amazon.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-compilers=&spice
-defaultCompiler=spice01906
-
-group.spice.compilers=spice01902:spice01903:spice01904:spice01905:spice01906
-group.spice.demangler=/opt/compiler-explorer/gcc-13.2.0/bin/c++filt
-group.spice.objdumper=/opt/compiler-explorer/gcc-13.2.0/bin/objdump
-group.spice.isSemVer=true
-group.spice.baseName=spice
-group.spice.compilerType=spice
-group.spice.versionFlag=--version
-group.spice.licenseLink=https://github.com/spicelang/spice/blob/main/LICENSE
-group.spice.licenseName=The MIT License
-group.spice.licensePreamble=Copyright (c) 2021-2024 Marc Auberer
-
-# spice needs to be able to find clang for linking
-group.spice.extraPath=/opt/compiler-explorer/clang-17.0.1/bin
-
-compiler.spice01902.exe=/opt/compiler-explorer/spice-0.19.2/spice
-compiler.spice01902.semver=0.19.2
-compiler.spice01903.exe=/opt/compiler-explorer/spice-0.19.3/spice
-compiler.spice01903.semver=0.19.3
-compiler.spice01904.exe=/opt/compiler-explorer/spice-0.19.4/spice
-compiler.spice01904.semver=0.19.4
-compiler.spice01905.exe=/opt/compiler-explorer/spice-0.19.5/spice
-compiler.spice01905.semver=0.19.5
-compiler.spice01906.exe=/opt/compiler-explorer/spice-0.19.6/spice
-compiler.spice01906.semver=0.19.6
-
-#################################
-#################################
-# Installed libs (See c++.amazon.properties for a scheme of libs group)
-libs=
-
-#################################
-#################################
-# Installed tools
-
-tools=llvm-mcatrunk:osacatrunk
-
-tools.llvm-mcatrunk.name=llvm-mca
-tools.llvm-mcatrunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-mca
-tools.llvm-mcatrunk.type=postcompilation
-tools.llvm-mcatrunk.class=llvm-mca-tool
-tools.llvm-mcatrunk.stdinHint=disabled
-
-tools.osacatrunk.name=OSACA (0.5.2)
-tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.5.2/bin/osaca
-tools.osacatrunk.type=postcompilation
-tools.osacatrunk.class=osaca-tool
-tools.osacatrunk.stdinHint=disabled