Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions cedar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package:
name: cedar
version: 2.3.0
epoch: 0
description: "Core implementation of the Cedar language"
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- rust
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base

pipeline:
- uses: git-checkout
with:
repository: https://github.com/cedar-policy/cedar
expected-commit: cbbc35609de083671ed38689039c9e783c314bce
tag: v${{package.version}}

- name: Configure and build
runs: |
cargo build --release -vv
mkdir -p ${{targets.destdir}}/usr/bin/
mv target/release/cedar ${{targets.destdir}}/usr/bin/

- uses: strip

update:
enabled: true
github:
identifier: cedar-policy/cedar
strip-prefix: v