fix: disabled C tests for wrong architecture

- fix for `linux-x64-tinycc`
 - use github mirror for tinycc
 - repo.or.cz/tinycc is down
This commit is contained in:
Teodor-Bogdan Barbieru
2022-02-02 02:21:50 +02:00
parent d6ba7d441f
commit 75a8d7aa1d
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
# This image use Tinycc as C compiler and GCC as C++ compiler
ARG REPO_URL=https://repo.or.cz/tinycc.git
ARG REPO_URL=https://github.com/mirror/tinycc.git
ENV REPO_URL=${REPO_URL}
RUN apt-get update && \