make test-sqlite failed on raspberry pi #1925

Open
opened 2021-06-07 13:28:20 +00:00 by lunny · 0 comments
Owner
make test-sqlite
go test xorm.io/xorm/integrations -v -race -cache=false -db=sqlite -conn_str="./test.db?cache=shared&mode=rwc" \
 -quote=always -coverprofile=sqlite.always.false.coverage.out -covermode=atomic
go test: -race is only supported on linux/amd64, linux/ppc64le, linux/arm64, freebsd/amd64, netbsd/amd64, darwin/amd64, darwin/arm64, and windows/amd64
Makefile:218: recipe for target 'test-sqlite' failed
make: *** [test-sqlite] Error 2
``` make test-sqlite go test xorm.io/xorm/integrations -v -race -cache=false -db=sqlite -conn_str="./test.db?cache=shared&mode=rwc" \ -quote=always -coverprofile=sqlite.always.false.coverage.out -covermode=atomic go test: -race is only supported on linux/amd64, linux/ppc64le, linux/arm64, freebsd/amd64, netbsd/amd64, darwin/amd64, darwin/arm64, and windows/amd64 Makefile:218: recipe for target 'test-sqlite' failed make: *** [test-sqlite] Error 2 ```
lunny added the
kind
build
label 2021-06-07 13:29:34 +00:00
lunny added the
upstream
label 2021-06-09 02:50:21 +00:00
lunny added the
RaspBerry Pi
label 2021-09-07 08:11:06 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1925
No description provided.