Merge lp:~jonas-drange/ubuntu-push/disable-cgo-checks-automatic into lp:ubuntu-push/automatic

Proposed by Jonas G. Drange
Status: Merged
Approved by: Ken VanDine
Approved revision: 423
Merged at revision: 423
Proposed branch: lp:~jonas-drange/ubuntu-push/disable-cgo-checks-automatic
Merge into: lp:ubuntu-push/automatic
Diff against target: 13 lines (+2/-1)
1 file modified
Makefile (+2/-1)
To merge this branch: bzr merge lp:~jonas-drange/ubuntu-push/disable-cgo-checks-automatic
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+288536@code.launchpad.net

Commit message

disable runtime cgo pointer checks

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Approved as a work around

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2015-11-20 14:21:38 +0000
3+++ Makefile 2016-03-09 16:13:24 +0000
4@@ -13,7 +13,8 @@
5 GODEPS += code.google.com/p/gosqlite/sqlite3
6 GODEPS += code.google.com/p/go-uuid/uuid
7
8-GOTEST := ./scripts/goctest
9+# cgocheck=0 is a workaround for lp:1555198
10+GOTEST := GODEBUG=cgocheck=0 ./scripts/goctest
11
12 TOTEST = $(shell env GOPATH=$(GOPATH) go list $(PROJECT)/...|grep -v acceptance|grep -v http13client )
13 TOBUILD = $(shell grep -lr '^package main')

Subscribers

People subscribed via source and target branches