aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2024-05-09 10:33:24 +0200
committerMarc Poulhiès <dkm@kataplop.net>2024-05-09 10:35:10 +0200
commit24c09d135e0c168a3262f0bae3112a1ed978fb11 (patch)
tree30da7dfea973b1691668ad423b0dc1ed69bd1d1a
parent0703fef51b89bdda6278907dc11e69a9bc81d5cd (diff)
downloadcompiler-explorer-main.tar.gz
compiler-explorer-main.zip
Hide GCC BPF for C++/GCC14.1 and Rust/trunkHEADgh-11689main
fixes https://github.com/compiler-explorer/compiler-explorer/issues/6459 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
-rw-r--r--etc/config/c++.amazon.properties1
-rw-r--r--etc/config/rust.amazon.properties1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties
index ae3ca8ea2..da30e4c72 100644
--- a/etc/config/c++.amazon.properties
+++ b/etc/config/c++.amazon.properties
@@ -1387,6 +1387,7 @@ compiler.bpfg1320.objdumper=/opt/compiler-explorer/bpf/gcc-13.2.0/bpf-unknown-no
compiler.bpfg1320.demangler=/opt/compiler-explorer/bpf/gcc-13.2.0/bpf-unknown-none/bin/bpf-unknown-none-c++filt
compiler.bpfg1410.exe=/opt/compiler-explorer/bpf/gcc-14.1.0/bpf-unknown-none/bin/bpf-unknown-none-g++
+compiler.bpfg1410.hidden=true
compiler.bpfg1410.semver=14.1.0
compiler.bpfg1410.objdumper=/opt/compiler-explorer/bpf/gcc-14.1.0/bpf-unknown-none/bin/bpf-unknown-objdump
compiler.bpfg1410.demangler=/opt/compiler-explorer/bpf/gcc-14.1.0/bpf-unknown-none/bin/bpf-unknown-none-c++filt
diff --git a/etc/config/rust.amazon.properties b/etc/config/rust.amazon.properties
index 5c264c969..5cbee08b9 100644
--- a/etc/config/rust.amazon.properties
+++ b/etc/config/rust.amazon.properties
@@ -226,6 +226,7 @@ group.rustgccbpf.groupName=BPF GCC
group.rustgccbpf.baseName=BPF gcc
compiler.rustbpfgtrunk.exe=/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-gcc
+compiler.rustbpfgtrunk.hidden=true
compiler.rustbpfgtrunk.objdumper=/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-objdump
compiler.rustbpfgtrunk.demangler=/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-none-c++filt
compiler.rustbpfgtrunk.semver=(trunk)