From 12855bfe21cc596da5331d76540ffbe0719ae504 Mon Sep 17 00:00:00 2001 From: Leon Schoorl Date: Mon, 28 Aug 2023 15:32:01 +0200 Subject: [PATCH] Make sure to apply the mmap workaround on ffi:example too --- .ci/gitlab/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/gitlab/test.yml b/.ci/gitlab/test.yml index 69b983294b..8d733746a7 100644 --- a/.ci/gitlab/test.yml +++ b/.ci/gitlab/test.yml @@ -174,6 +174,8 @@ ffi:example: - ln -s /bin/true "$MASKBINS/vvp" - ls -al "$MASKBINS" - .ci/setup.sh + # Make sure we get custom cabals setting in the clash-example project too + - cp cabal.project.local clash-ffi/example script: - cd clash-ffi/example && ./run-iverilog.sh after_script: