From 2f2a1c5bf61557c8b50966b5b0c11ae4a4521eb0 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 26 Oct 2020 10:52:41 +0100 Subject: [PATCH] Enable dotty, lefty, lneato and vimdot to be built on macOS. Enabled by adding brew install libxaw to macOS builds Fixes https://gitlab.com/graphviz/graphviz/-/issues/1858 Towards https://gitlab.com/graphviz/graphviz/-/issues/1854 --- .gitlab-ci.yml | 1 + ci/tests.py | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81f2cbc2a..40c9d5056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,7 @@ portable-source: - brew install cmake || brew upgrade cmake - brew install bison || brew upgrade bison - brew install pango || brew upgrade pango + - brew install libxaw || brew upgrade libxaw - export PATH="/usr/local/opt/bison/bin:$PATH" - python3 gen_version.py > VERSION # FIXME: remove when building from portable source - echo experimental > COLLECTION diff --git a/ci/tests.py b/ci/tests.py index a7895a2a9..93f7c4578 100644 --- a/ci/tests.py +++ b/ci/tests.py @@ -108,13 +108,9 @@ def test_existence(binary: str): ] tools_not_built_with_autotools_on_macos = [ - 'dotty', 'gvedit', - 'lefty', - 'lneato', 'mingle', 'smyrna', - 'vimdot', ] os_id = os.getenv('OS_ID') -- 2.40.0