Skip to content

Commit

Permalink
feat: install py rust dist builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Dec 6, 2024
1 parent e26ac34 commit a3df33d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-rust-dist-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,7 @@ on:
- 'docker/**'

jobs:
prepare-rust-dist:
if: github.repository_owner == 'seahorn'
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
- name: Write Variables
id: vars
run: |
tag=`date +%s`
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/seaurchin-llvm/buildpack-deps-seaurchin"
echo "container-name=buildpack-deps-seaurchin" >> $GITHUB_OUTPUT
echo "container-name-tag=$container_name:latest" >> $GITHUB_OUTPUT
build-rust-dist-container:
needs: prepare-rust-dist
runs-on: ubuntu-22.04
permissions:
packages: write
Expand Down

0 comments on commit a3df33d

Please sign in to comment.