forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (34 loc) · 1.08 KB
/
build-rust-dist-docker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Build builddeps Container
permissions:
contents: read
on:
workflow_dispatch:
branches:
- dev-18
paths:
- .github/workflows/build-ci-container.yml
- 'docker/**'
jobs:
build-ci-container:
if: github.repository_owner == 'seahorn'
runs-on: ubuntu-latest
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
- name: Download seaurchin-llvm
uses: actions/download-artifact@v4
with:
name: seaurchin-llvm-build
repository: seahorn/seaurchin-llvm
github-token: ${{ secrets.seaurchin-llvm-read }}
- name: Checkout seaurchin
uses: actions/checkout@v4
- name: Display structure of downloaded seaurchin-llvm artefact
run: ls -laH