Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Actually add Dockerfile #152

Actually add Dockerfile

Actually add Dockerfile #152

Workflow file for this run

---
name: "Build enclaves"
on:
pull_request:
jobs:
build-and-check:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: "tee/nix"
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v7
- name: Install nix
uses: cachix/install-nix-action@v31
- name: Check nix inputs
run: nix flake check
- name: Build enclave for shielder-prover-tee
# yamllint disable rule:line-length
run: |
nix build --override-input zkOS-monorepo 'github:Cardinal-Cryptography/zkOS-monorepo/${{ steps.get-ref-properties.outputs.full-sha }}'