Skip to content

Commit

Permalink
Merge pull request #127 from h-vetinari/C11
Browse files Browse the repository at this point in the history
Add testing against older clangs on osx
  • Loading branch information
h-vetinari authored Aug 12, 2023
2 parents 0ec7cd6 + 3bd0fd7 commit 3a0e628
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

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

15 changes: 11 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,17 @@ outputs:

# Following 2 projects had issues with libc++, so check them
# before releasing just to be sure.
downstreams: # [osx]
- python-symengine # [osx]
- openturns # [osx]
- libcxx-testing # [osx]
downstreams: # [osx]
- python-symengine # [osx]
- openturns # [osx]
# test current libcxx against old clang builds;
# version correspondence is 0.{{ CLANG_MAJOR }}
- libcxx-testing 0.16 # [osx]
- libcxx-testing 0.15 # [osx]
- libcxx-testing 0.14 # [osx]
- libcxx-testing 0.13 # [osx]
- libcxx-testing 0.12 # [osx]
- libcxx-testing 0.11 # [osx]

- name: libcxxabi
build:
Expand Down

0 comments on commit 3a0e628

Please sign in to comment.