Skip to content
Snippets Groups Projects
Commit 3e703581 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Disable simdutf on NetBSD

parent e43912ff
No related branches found
No related tags found
No related merge requests found
...@@ -31,12 +31,12 @@ task: ...@@ -31,12 +31,12 @@ task:
image: family/pg-ci-netbsd-vanilla-9-3 image: family/pg-ci-netbsd-vanilla-9-3
platform: netbsd platform: netbsd
install_script: install_script:
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/" - export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/;http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/9.0_2022Q3/All/"
- pkg_add ghc cabal-install git autoconf - pkg_add ghc cabal-install git autoconf libcxx libcxxabi
script: script:
- export CABAL_DIR=/tmp/.cabal - export CABAL_DIR=/tmp/.cabal
- ghc --version - ghc --version
- cabal --version - cabal --version
- cabal update - cabal update
- autoreconf -i - autoreconf -i
- cabal test --test-show-details=direct - cabal test -f-simdutf --test-show-details=direct
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