Skip to content

Commit 41cedf2

Browse files
committed
py3-libmambapy: Cherry-pick upstream patch for -Wno-error=deprecated-declarations
Signed-off-by: dann frazier <[email protected]>
1 parent cc82483 commit 41cedf2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

py3-libmambapy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,17 @@ environment:
5656
- zstd-dev
5757
- zstd-static
5858
environment:
59-
# /home/build/libmambapy/src/libmambapy/bindings/legacy.cpp:557:47: warning: 'mamba::expected_t<std::__cxx11::basic_string<char> > mamba::SubdirData::cache_path() const' is deprecated: since version 2.0 use ``valid_solv_cache`` or ``valid_json_cache`` instead [-Wdeprecated-declarations]
60-
CXXFLAGS: -fPIC -Wno-error=deprecated-declarations
59+
CXXFLAGS: -fPIC
6160

6261
pipeline:
6362
- uses: git-checkout
6463
with:
6564
expected-commit: c809abcba67fa3a94e205552ac1a6388c1736934
6665
repository: https://github.com/mamba-org/mamba
6766
tag: libmambapy-${{package.version}}
67+
cherry-picks: |
68+
# It is the undescribed libmambapy/CMakeLists.txt bit we care about
69+
main/50c3aae986b4c6abbbeea66c18b61afbbfb52d99: ci: Remove Conda Nightly tests (#3629)
6870
6971
- uses: cmake/configure
7072
with:

0 commit comments

Comments
 (0)