Skip to content

Commit

Permalink
feat(ctl): update template with ctl-nix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 5, 2023
1 parent ae86fd6 commit 37cd079
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 1,701 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
- ""
- haskell-nix
- plutus
- ctl
system:
- "aarch64-linux"
- "x86_64-linux"
- aarch64-linux
- x86_64-linux
include:
- template: ctl
system: x86_64-linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ While I agree that storing lock files in templates is not ideal, there is no way

It depends on upstream supporting it, and also our capacity to test in our CI. Right now only these systems are supported:

- x86_64-linux
- aarch64-linux
- x86_64-linux (all templates)
- aarch64-linux (haskell-nix and plutus)

### Minimal system requirements?

Expand Down
2 changes: 2 additions & 0 deletions ctl/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.psc-ide-port
/result
/output
Loading

0 comments on commit 37cd079

Please sign in to comment.