Skip to content

Commit

Permalink
Merge branch 'serverless-dns:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sagittaurius authored Mar 26, 2024
2 parents 337d4a9 + f247f75 commit 8aea1eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ env:
GIT_REF: ${{ github.event.inputs.git-ref || github.ref }}
JS_RUNTIME: 'node'
MAXTIME_SEC: '30s'
NODE_VER: '19.x'
DENO_VER: '1.29.3'
NODE_VER: '21.x'
DENO_VER: '1.40.x'
MODE: 'p1'
QDOH: 'q'

Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
- name: 🥝 Deno deps
if: env.JS_RUNTIME == 'deno'
run: |
deno task prepare
deno cache ./src/server-deno.ts
# if non-interactive, prefer apt-get: unix.stackexchange.com/a/590703
Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cleanup() {
jobs -p > jobfile
j=$(cat jobfile)
echo "kill... $j"
kill -INT $j
kill -INT $j || true
# does not work... jobs -p | xargs -r kill -9
rm jobfile
}
Expand Down

1 comment on commit 8aea1eb

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 8aea1eb Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/index.bundle.js".

Please sign in to comment.