Skip to content

Commit

Permalink
Update make.conf for caddy-custom build to mitigate build errors (#397)
Browse files Browse the repository at this point in the history
* Update make.conf

As explained here:
Monviech/os-caddy-plugin#102

Change the priority to desec and porkbun instead of vultr, since they have been especially requested in past issues of os-caddy-plugin.

The issue stems from vultr having different libdns dependencies than the other modules, making the build fail if it's included with certain other combinations of modules (e.g. desec).

* Update make.conf

Remove mention of vultr, will be tracked independently if its fixed in the future
  • Loading branch information
Monviech committed Feb 22, 2024
1 parent 5a717ee commit a555d25
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions config/24.1/make.conf
Expand Up @@ -105,12 +105,15 @@ CADDY_CUSTOM_PLUGINS= github.com/caddyserver/ntlm-transport \
github.com/caddy-dns/googleclouddns \
github.com/caddy-dns/gandi \
github.com/caddy-dns/azure \
github.com/caddy-dns/vultr \
github.com/caddy-dns/porkbun \
github.com/caddy-dns/openstack-designate \
github.com/caddy-dns/google-domains \
github.com/caddy-dns/ovh \
github.com/caddy-dns/namecheap \
github.com/caddy-dns/netlify \
github.com/caddy-dns/acmedns \
github.com/caddy-dns/desec \
github.com/caddy-dns/namesilo \
github.com/caddy-dns/powerdns \
github.com/caddy-dns/vercel \
github.com/caddy-dns/ddnss \
Expand All @@ -122,9 +125,3 @@ CADDY_CUSTOM_PLUGINS= github.com/caddyserver/ntlm-transport \
github.com/caddy-dns/ionos \
github.com/caddy-dns/hexonet \
github.com/caddy-dns/mailinabox

CADDY_CUSTOM_PLUGINS_BROKEN= github.com/caddy-dns/netcup \
github.com/caddy-dns/desec \
github.com/caddy-dns/porkbun \
github.com/caddy-dns/netlify \
github.com/caddy-dns/namesilo

0 comments on commit a555d25

Please sign in to comment.