Skip to content

Commit

Permalink
chore: add wit to docker build (#500)
Browse files Browse the repository at this point in the history
## Includes

- brings back min-versions to keep up with wasmtime.
  • Loading branch information
Zeeshan Lakhani committed Jan 14, 2024
1 parent 867df1f commit 351979c
Show file tree
Hide file tree
Showing 8 changed files with 367 additions and 346 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
!**/config
!**/migrations
!diesel.toml
!**/wit

homestar-functions/src
homestar-functions/**/wit
4 changes: 2 additions & 2 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- '**/Cargo.*'
- '**/src/**'
- '**/tests/**'
- '**/config/**'
- '**/build.rs'
- '**/migrations/**'
- '**/fixtures/**'
- '**/wit/**'
deny:
- 'deny.toml'
Expand All @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust-toolchain: [stable, nightly]
rust-toolchain: [stable, nightly, 1.73.0]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down
Loading

0 comments on commit 351979c

Please sign in to comment.