Skip to content

Commit

Permalink
Update build-enzyme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Feb 6, 2024
1 parent 0c1dca9 commit dc3b42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-enzyme.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Compilers are located under /opt/compiler-explorer/
declare -a compilers=("clang-9.0.1" "clang-10.0.1" "clang-11.0.1" "clang-12.0.1" "clang-13.0.1" "clang-14.0.0" "clang-15.0.0" "clang-16.0.0" "clang-17.0.1" "clang-assertions-trunk")
declare -a compilers=("clang-11.0.1" "clang-12.0.1" "clang-13.0.1" "clang-14.0.0" "clang-15.0.0" "clang-16.0.0" "clang-17.0.1" "clang-assertions-trunk")
declare -a branches=("main")

# Utility to insert or update key value pairs in .properties files.
Expand Down

0 comments on commit dc3b42f

Please sign in to comment.