Skip to content

Commit

Permalink
Revert applying oetiker/rrdtool-1.x#1012
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Aug 29, 2020
1 parent ce90776 commit c24eab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
39 changes: 0 additions & 39 deletions recipes/rrdtool/1012.patch

This file was deleted.

10 changes: 5 additions & 5 deletions recipes/rrdtool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ IFS=$'\n\t'
make "-j${CPU_COUNT}"

XFAIL_TESTS=""
# if [[ "$(uname)" == "Darwin" && "${PKG_VERSION}" == "1.7.2" ]]; then
# # Known failure, should be fixed in the next version
# # https://github.com/oetiker/rrdtool-1.x/issues/1012
# XFAIL_TESTS="${XFAIL_TESTS} rpn2"
# fi
if [[ "$(uname)" == "Darwin" && "${PKG_VERSION}" == "1.7.2" ]]; then
# Known failure, should be fixed in the next version
# https://github.com/oetiker/rrdtool-1.x/issues/1012
XFAIL_TESTS="${XFAIL_TESTS} rpn2"
fi

make check XFAIL_TESTS="${XFAIL_TESTS}" || (cat tests/test-suite.log && exit 1)

Expand Down
2 changes: 0 additions & 2 deletions recipes/rrdtool/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ package:
source:
url: https://github.com/oetiker/rrdtool-1.x/archive/v{{ version }}.tar.gz
sha256: b26afc012dc0f2ade149bcb771e8b7d9b86922f5f9e4096c1c12e6d80061b61a
patches:
- 1012.patch

build:
number: 0
Expand Down

0 comments on commit c24eab0

Please sign in to comment.