Skip to content

Commit

Permalink
Fix up removing old daily builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 22, 2018
1 parent f5022f2 commit cd21609
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions remove_old_compilers.sh
Expand Up @@ -12,9 +12,10 @@ remove_older() {
}

remove_older clang
remove_older clang-cppx-trunk
remove_older clang-concepts-trunk
remove_older clang-relocatable-trunk
remove_older clang-autonsdmi-trunk
remove_older clang-lifetime-trunk
remove_older clang-cppx
remove_older clang-concepts
remove_older clang-relocatable
remove_older clang-autonsdmi
remove_older clang-lifetime
remove_older gcc
remove_older go

0 comments on commit cd21609

Please sign in to comment.