From d9792e2952e971526f5d4257255281ee93615a47 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 8 Jun 2022 02:43:37 +0300 Subject: [PATCH] Common: remove FIXMEs --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8b27a99..7e0ef6b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,7 +21,6 @@ mruby_freebsd_task: name: mruby (FreeBSD) only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_BASE_BRANCH == 'master' env: - # FIXME: temporary hack to fix FreeBSD build CPATH: '/usr/local/include' LIBRARY_PATH: '/usr/local/lib' MRUBY_YAML_USE_SYSTEM_LIBRARY: x @@ -43,7 +42,6 @@ ruby_freebsd_task: name: Ruby (FreeBSD) only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_BASE_BRANCH == 'master' env: - # FIXME: temporary hack to fix FreeBSD build CPATH: '/usr/local/include' LIBRARY_PATH: '/usr/local/lib' dependencies_script: @@ -72,7 +70,6 @@ rust_freebsd_task: name: Rust (FreeBSD) only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_BASE_BRANCH == 'master' env: - # FIXME: temporary hack to fix FreeBSD build RUSTFLAGS: '-L /usr/local/lib' dependencies_script: - pkg install --yes autoconf automake