Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spice] Add version 0.19.4 #6214

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions etc/config/spice.amazon.properties
@@ -1,7 +1,7 @@
compilers=&spice
defaultCompiler=spice01903
defaultCompiler=spice01904

group.spice.compilers=spice01902:spice01903
group.spice.compilers=spice01902:spice01903:spice01904
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
Expand All @@ -19,6 +19,8 @@ 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

#################################
#################################
Expand Down