Skip to content
Snippets Groups Projects
Verified Commit 16b80719 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Allow failure on FreeBSD

parent 38566d23
No related branches found
Tags v1.7.1.0-alpha1
No related merge requests found
Pipeline #53931 failed
......@@ -346,6 +346,7 @@ build-x86_64-freebsd12:
- x86_64-freebsd12
variables:
ADD_CABAL_ARGS: "--enable-split-sections -j1"
allow_failure: true
tar-x86_64-freebsd12:
extends: .artifacts
......@@ -383,6 +384,7 @@ build-x86_64-freebsd13:
- sudo ln -s libncurses.so.6 /usr/local/lib/libncurses.so.6.2
variables:
ADD_CABAL_ARGS: "--enable-split-sections -j1"
allow_failure: true
tar-x86_64-freebsd13:
extends: .artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment