2022-02-08 16:50:13 -08:00
|
|
|
name: zcash-params
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
2022-02-10 03:31:33 -08:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- 'main'
|
2022-02-11 06:05:19 -08:00
|
|
|
paths:
|
2022-03-02 06:23:05 -08:00
|
|
|
# parameter download code
|
2022-02-08 16:50:13 -08:00
|
|
|
- 'zebra-consensus/src/primitives/groth16/params.rs'
|
|
|
|
- 'zebra-consensus/src/chain.rs'
|
|
|
|
- 'zebrad/src/commands/start.rs'
|
2022-03-02 06:23:05 -08:00
|
|
|
# workflow definitions
|
2022-03-02 01:00:55 -08:00
|
|
|
- 'docker/zcash-params/Dockerfile'
|
2022-02-08 16:50:13 -08:00
|
|
|
- '.github/workflows/zcash-params.yml'
|
2022-05-09 12:54:16 -07:00
|
|
|
- '.github/workflows/build-docker-image.yml'
|
2022-02-08 16:50:13 -08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2022-05-09 12:54:16 -07:00
|
|
|
uses: ./.github/workflows/build-docker-image.yml
|
2022-04-28 01:13:35 -07:00
|
|
|
with:
|
|
|
|
dockerfile_path: ./docker/zcash-params/Dockerfile
|
2022-05-10 14:00:09 -07:00
|
|
|
dockerfile_target: release
|
2022-04-28 01:13:35 -07:00
|
|
|
image_name: zcash-params
|
|
|
|
rust_backtrace: full
|
|
|
|
rust_lib_backtrace: full
|
|
|
|
colorbt_show_hidden: '1'
|
|
|
|
rust_log: info
|