mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 13:39:24 +02:00
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:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user