add EDG binary releases for GCC 11
Opened this issue · 0 comments
milahu commented
actual
# gcc 10
curl -sI http://edg-binaries.rosecompiler.org/roseBinaryEDG-5-0-x86_64-pc-linux-gnu-gnu-10-5.0.11.82.3.tar.gz | head -n1
HTTP/1.1 200 OK
# gcc 11
curl -sI http://edg-binaries.rosecompiler.org/roseBinaryEDG-5-0-x86_64-pc-linux-gnu-gnu-11-5.0.11.82.3.tar.gz | head -n1
HTTP/1.1 404 Not Found