Skip to content

Commit

Permalink
[solvers] Update IBEX and remove no_memcheck tag in ibex_solver_test (R…
Browse files Browse the repository at this point in the history
  • Loading branch information
soonho-tri authored and RussTedrake committed Aug 29, 2021
1 parent 0353901 commit 33145e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions solvers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1321,8 +1321,6 @@ drake_cc_googletest(

drake_cc_googletest(
name = "ibex_solver_test",
# Disable this test in valgrind build. See #15662.
tags = ["no_memcheck"],
deps = [
":generic_trivial_constraint",
":generic_trivial_cost",
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/ibex/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ ibex_repository = repository_rule(
),
"filenames": attr.string_list(
default = [
"libi/libibex-dev/libibex-dev_{}.20210515064156.git6b251454410e5b17655bba63ed3162be7c0d8772~18.04_amd64.deb".format(IBEX_VERSION), # noqa
"libi/libibex-dev/libibex-dev_{}.20210826124156.git26eeeaae51b0f1518cbab9751c872b83801dbec8~18.04_amd64.deb".format(IBEX_VERSION), # noqa
],
),
"sha256s": attr.string_list(
default = [
"cc28d2dee3ff5c44a8535d2d9f913e66d669044ae76953c3b4b31be496fa5ebe", # noqa
"058ba0d538927c0e25b79cd73906abb1a15dc7ffef4f8407d8c6ae4add940e22", # noqa
],
),
"build_file": attr.label(
Expand Down

0 comments on commit 33145e7

Please sign in to comment.