From adb4cdcf6c9eacd369eaaf5b21774b198d57c040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:42:11 +0000 Subject: [chore]: Bump modernc.org/sqlite from 1.28.0 to 1.29.2 (#2718) --- vendor/modernc.org/libc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vendor/modernc.org/libc/Makefile') diff --git a/vendor/modernc.org/libc/Makefile b/vendor/modernc.org/libc/Makefile index 33e582f66..1b87fd28a 100644 --- a/vendor/modernc.org/libc/Makefile +++ b/vendor/modernc.org/libc/Makefile @@ -9,6 +9,7 @@ linux_amd64 \ linux_arm \ linux_arm64 \ + strace \ grep=--include=*.go --include=*.l --include=*.y --include=*.yy --include=*.qbe --include=*.ssa @@ -171,6 +172,8 @@ editor: gofmt -l -s -w *.go go test -short 2>&1 | tee -a log go install -v ./... + go build -o /dev/null generate.go + go build -o /dev/null strace.go later: @grep -n $(grep) LATER * || true @@ -197,3 +200,7 @@ work: go work use ../ccgo/v4 go work use ../ccgo/v3 go work use ../cc/v4 + +strace: + go run strace.go + go build -v ./... -- cgit v1.3