Skip to content

Commit

Permalink
Merge pull request #97 from regro-cf-autotick-bot/12.4.0_h0cd56c
Browse files Browse the repository at this point in the history
[bot-automerge] idyntree v12.4.0
  • Loading branch information
traversaro authored Jul 23, 2024
2 parents dc99eb3 + 621aadc commit f69f1b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .ci_support/migrations/assimp541.yaml

This file was deleted.

10 changes: 8 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cmake ${CMAKE_ARGS} -GNinja .. \
cmake --build . --config Release ${NUM_PARALLEL}
cmake --build . --config Release --target install ${NUM_PARALLEL}
# Visualizer tests skipped as a workaround for https://github.com/robotology/idyntree/issues/808
# IntegrationTestiCubTorqueEstimation skipped for https://github.com/robotology/idyntree/issues/1192
if [[ "${CONDA_BUILD_CROSS_COMPILATION:-}" != "1" || "${CROSSCOMPILING_EMULATOR}" != "" ]]; then
ctest --output-on-failure -C Release -E "Visualizer"
ctest --output-on-failure -C Release -E "Visualizer|IntegrationTestiCubTorqueEstimation"
fi
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "idyntree" %}
{% set version = "12.3.3" %}
{% set version = "12.4.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/robotology/idyntree/archive/refs/tags/v{{ version }}.tar.gz
sha256: c2901ac709fb2069174ce3f2edec64fc7d1356d223a59dd6770d0b78b2d8111c
sha256: fd7993741a8e1f79a6b76d31b81d2b9dc9507f0b812508535a75d7df5b7ab15a

build:
skip: true # [ppc64le]
Expand Down

0 comments on commit f69f1b1

Please sign in to comment.