Skip to content

Commit

Permalink
py3-ml-metadata/1.16.0 package update (#29842)
Browse files Browse the repository at this point in the history
py3-ml-metadata was actually failing to build from source after the
gcc-14 move.  The simple change there just pins to gcc 13 to avoid an
error:

    external/postgresql/src/interfaces/libpq/fe-connect.c:2718:45:
      error: implicit declaration of function 'getpeereid'
      [-Wimplicit-function-declaration]

Signed-off-by: wolfi-bot <[email protected]>
Co-authored-by: Scott Moser <[email protected]>
  • Loading branch information
octo-sts[bot] and smoser authored Oct 8, 2024
1 parent 1810104 commit 37eab4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions py3-ml-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: py3-ml-metadata
version: 1.15.0
version: 1.16.0
epoch: 0
description: For recording and retrieving metadata associated with ML developer and data scientist workflows.
copyright:
Expand All @@ -21,6 +21,7 @@ environment:
- busybox
- ca-certificates-bundle
- cmake
- gcc~13
- openjdk-11
- openssl-dev
- patch
Expand All @@ -35,7 +36,7 @@ pipeline:
with:
repository: https://github.com/google/ml-metadata
tag: v${{package.version}}
expected-commit: abcb0705e71ccb71d064ad3d7ba6bdea5645cf91
expected-commit: d694290634c55742d772f01e12f63ab5b7d2c392

- uses: patch
with:
Expand Down

0 comments on commit 37eab4d

Please sign in to comment.