Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created August 10, 2023 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawlingsj/8154786bdc2b398eea6aa8a403a8e32b to your computer and use it in GitHub Desktop.
Save rawlingsj/8154786bdc2b398eea6aa8a403a8e32b to your computer and use it in GitHub Desktop.
package:
name: py3-ml-metadata
version: 1.14.0
epoch: 0
description: "foo"
copyright:
- license: MIT
dependencies:
runtime:
- python3
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- py3-setuptools
- cmake
- bazel-5
- openjdk-11
- bash
- patch
- openssl-dev
environment:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk
pipeline:
- uses: git-checkout
with:
repository: https://github.com/google/ml-metadata
tag: v${{package.version}}
expected-commit: 4893bf12d763278a05867b61a47a478ed1286289
- runs: |
python3 setup.py build
- runs: |
python3 setup.py install --skip-build --root="${{targets.destdir}}"
- uses: strip
update:
enabled: true
github:
identifier: google/ml-metadata
use-tag: true
strip-prefix: v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment