Skip to content

Commit

Permalink
Rebuild for tinyxml2 10 (#26)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 25, 2024
2 parents eb7103f + 9b25a6c commit c1624ea
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 90 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

49 changes: 0 additions & 49 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ qt_main:
target_platform:
- linux-64
tinyxml2:
- '9'
- '10'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
8 changes: 8 additions & 0 deletions .ci_support/migrations/tinyxml210.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for tinyxml2 10
kind: version
migration_number: 1
migrator_ts: 1704497957.887235
tinyxml2:
- '10'
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ qt_main:
target_platform:
- osx-64
tinyxml2:
- '9'
- '10'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ qt_main:
target_platform:
- osx-arm64
tinyxml2:
- '9'
- '10'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
18 changes: 0 additions & 18 deletions .ci_support/win_64_.yaml

This file was deleted.

25 changes: 23 additions & 2 deletions .gitignore

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

9 changes: 6 additions & 3 deletions .scripts/build_steps.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

13 changes: 10 additions & 3 deletions .scripts/run_osx_build.sh

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

14 changes: 12 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.

9 changes: 1 addition & 8 deletions README.md

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

1 change: 0 additions & 1 deletion azure-pipelines.yml

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

4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ source:
- unvendor_backward.patch

build:
number: 11
number: 12
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}
# see https://github.com/conda-forge/libignition-gazebo-feedstock/pull/59#issuecomment-1902107706
skip: true # [win]

requirements:
build:
Expand Down

0 comments on commit c1624ea

Please sign in to comment.