From e22f024f58c9f5c68952ab063001aee5c6379f90 Mon Sep 17 00:00:00 2001 From: Xavier L'Heureux <xavier.lheureux@icloud.com> Date: Wed, 24 Apr 2019 17:33:29 -0400 Subject: [PATCH] :ambulance: Remove redox CI until the relibc issue is fixed --- .gitlab-ci.yml | 1 + Cargo.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23b705fa..b1ee3378 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ linux:stable: redox: variables: CC: "x86_64-unknown-redox-gcc" + allow_failure: true before_script: - apt-get update -qq - apt-get install -qq tar diff --git a/Cargo.lock b/Cargo.lock index 1791dbb4..ea0e633a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.7.3" -- GitLab