mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01: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:
parent
d6ba7d441f
commit
75a8d7aa1d
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -228,7 +228,7 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "yes",
|
C: "no",
|
||||||
C_arg: "",
|
C_arg: "",
|
||||||
C-Plus-Plus: "yes",
|
C-Plus-Plus: "yes",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
@ -367,7 +367,7 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86",
|
openssl_arg: "linux-x86",
|
||||||
C: "no",
|
C: "yes",
|
||||||
C_arg: "",
|
C_arg: "",
|
||||||
C-Plus-Plus: "yes",
|
C-Plus-Plus: "yes",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
|
@ -4,7 +4,7 @@ LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
|||||||
|
|
||||||
# This image use Tinycc as C compiler and GCC as C++ compiler
|
# 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}
|
ENV REPO_URL=${REPO_URL}
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user