summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-update-snapshots_ref.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-update-snapshots_ref.sh b/tcwg-update-snapshots_ref.sh
index 380ba0f6..b237963d 100755
--- a/tcwg-update-snapshots_ref.sh
+++ b/tcwg-update-snapshots_ref.sh
@@ -60,7 +60,7 @@ generate_snapshots ()
)
for t in "${targets[@]}"; do
- for c in gcc5 gcc6; do
+ for c in gcc5 gcc6 gcc7; do
./abe.sh --target $t --extraconfigdir config/$c --checkout all
done
done