Skip to content

Commit

Permalink
Add requirement for nosql tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Nov 28, 2024
1 parent 0b4a19e commit 616cab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,4 @@ jobs:
run: |
go run github.com/google/go-licenses check \
--allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT \
# Ignore our own repo because `go-licenses` ignores the root license for submodules and we have
# a submodule.
--ignore github.com/Jigsaw-Code/outline-ss-server \
# Caddy dependends on this MPL-2.0 licensed dependency, but doesn't actually compile it into
# the binary. See https://github.com/caddyserver/caddy/pull/6655.
--ignore github.com/go-sql-driver/mysql \
./...
3 changes: 3 additions & 0 deletions cmd/caddy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build nosql
// +build nosql

package main

import (
Expand Down

0 comments on commit 616cab0

Please sign in to comment.