From c410ee632c75ca9956b6d2fd68772f0c0076f41c Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 19 Feb 2025 23:43:16 +0000 Subject: [PATCH] fix: Debug build can't use haskell code for now. It fails at linking toxcore into hs-toxcore-c. --- btox | 2 +- ci_tools | 2 +- compose.yml | 2 ++ dockerfiles | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/btox b/btox index 33af4a8b..f3774dcf 160000 --- a/btox +++ b/btox @@ -1 +1 @@ -Subproject commit 33af4a8be6239d53cf8846988dad61791dcd2335 +Subproject commit f3774dcf7f50178270a60faba72ef257777e73c0 diff --git a/ci_tools b/ci_tools index ad4f357f..6c0ab050 160000 --- a/ci_tools +++ b/ci_tools @@ -1 +1 @@ -Subproject commit ad4f357fa463d47ce4678cd43fc854bd305ac8b4 +Subproject commit 6c0ab05062d788e39bf7921c470c84d7ded472e1 diff --git a/compose.yml b/compose.yml index 6c82eccd..cceb8563 100644 --- a/compose.yml +++ b/compose.yml @@ -78,6 +78,8 @@ services: command: bazel test --remote_cache=grpc://bazel-cache:9092 --config=debug + --build_tag_filters=-haskell + --test_tag_filters=-haskell //... release: diff --git a/dockerfiles b/dockerfiles index bcc88e05..e1c68968 160000 --- a/dockerfiles +++ b/dockerfiles @@ -1 +1 @@ -Subproject commit bcc88e056a8dff20074d4b4821f0dd68a87351c4 +Subproject commit e1c689687cfd4da86d7ae6449574f87381ef5bd2