Skip to content

Commit

Permalink
ci: enable DNS Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Aug 8, 2023
1 parent 0a9888b commit fc2d988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Gluon
on:
push:
branches:
- master
- master*
- next*
- v20*
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions contrib/ci/minimal-site/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,8 @@
},
},
},
dns = {
cacheentries = 4096,
servers = { '2001:db8::53:1', },
},
}

0 comments on commit fc2d988

Please sign in to comment.