Skip to content

Commit

Permalink
Merge pull request #61 from traversaro/rebuild
Browse files Browse the repository at this point in the history
[v7] Bump build to 3 and rebuild with latest dartsim-cpp
  • Loading branch information
traversaro authored Dec 6, 2024
2 parents 4f784a9 + ea8902a commit 9806abf
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

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

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler:
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
libode:
- 0.16.5
target_platform:
Expand Down
6 changes: 1 addition & 5 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
assimp:
- 5.4.3
bullet_cpp:
Expand All @@ -12,8 +10,6 @@ c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- conda
channel_sources:
Expand All @@ -25,7 +21,7 @@ cxx_compiler:
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64:alma9
libode:
- 0.16.5
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler:
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-ppc64le:alma9
libode:
- 0.16.5
target_platform:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/libode0165.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions .scripts/run_osx_build.sh

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

5 changes: 3 additions & 2 deletions .scripts/run_win_build.bat

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

7 changes: 7 additions & 0 deletions build-locally.py

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:
- workaround_win_base_test.patch # [win]

build:
number: 2
number: 3

outputs:
- name: {{ cxx_name }}
Expand Down

0 comments on commit 9806abf

Please sign in to comment.