Skip to content

Commit

Permalink
Merge pull request #75 from fermyon/highscore-noopsql
Browse files Browse the repository at this point in the history
Updating highscore component to use noop sqlite
  • Loading branch information
fibonacci1729 authored Jul 25, 2023
2 parents 9521254 + cef38ae commit 10f6c64
Show file tree
Hide file tree
Showing 13 changed files with 481 additions and 265 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Install spin
run: |
curl -LOs https://github.com/fermyon/spin/releases/download/v1.3.0/spin-v1.3.0-linux-amd64.tar.gz
tar zxvf spin-v1.3.0-linux-amd64.tar.gz
curl -LOs https://github.com/fermyon/spin/releases/download/v1.4.1/spin-v1.4.1-linux-amd64.tar.gz
tar zxvf spin-v1.4.1-linux-amd64.tar.gz
mv spin /usr/local/bin
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ site/.parcel-cache/
site/dist/
site/node_modules/
log/
.DS_Store
.spin/
Binary file modified components/highscore.wasm
Binary file not shown.
Binary file modified components/redirect.wasm
Binary file not shown.
Binary file modified components/scoreboard.wasm
Binary file not shown.
Binary file modified components/tally.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/finicky-whiskers.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ job "finicky-whiskers" {
}

artifact {
source = "https://github.com/fermyon/spin/releases/download/v1.3.0/spin-v1.3.0-linux-amd64.tar.gz"
source = "https://github.com/fermyon/spin/releases/download/v1.4.1/spin-v1.4.1-linux-amd64.tar.gz"
options {
checksum = "sha256:fc29a571e1eeccc6ae9606380b1eb0afa10a5d18ae0939498fe49cb93ea89dd6"
}
Expand Down Expand Up @@ -261,7 +261,7 @@ job "finicky-whiskers" {


artifact {
source = "https://github.com/fermyon/spin/releases/download/v1.3.0/spin-v1.3.0-linux-amd64.tar.gz"
source = "https://github.com/fermyon/spin/releases/download/v1.4.1/spin-v1.4.1-linux-amd64.tar.gz"
options {
checksum = "sha256:fc29a571e1eeccc6ae9606380b1eb0afa10a5d18ae0939498fe49cb93ea89dd6"
}
Expand Down
Loading

0 comments on commit 10f6c64

Please sign in to comment.