Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 2 additions & 3 deletions .github/workflows/run_integration_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
- name: Prepare Rust build
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build Lean libraries
working-directory: ./cedar-spec
shell: bash
run: source ~/.profile && ./build.sh
working-directory: ./cedar-spec/cedar-lean
run: source ~/.profile && ../cedar-drt/build_lean_lib.sh
- name: Run integration tests
working-directory: ./cedar-spec/cedar-drt
shell: bash
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ This repository contains the formalization of Cedar and infrastructure for perfo
To build the Lean formalization and proofs:

* Install Lean, following the instructions [here](https://leanprover.github.io/lean4/doc/setup.html).
* `source cedar-drt/set_env_vars.sh`
* `cd cedar-lean && lake build Cedar`
* `cd cedar-lean`
* `source ../cedar-drt/set_env_vars.sh` (only required if running on AL2)
* `lake build Cedar`

To build the DRT framework:

Expand Down