Disable plugin test (#120)

* disable plugin test for now, add note to README

* add link to issue in README

* fix README link to issue
pull/122/head
Andrew LeFevre 4 years ago committed by GitHub
parent dc02bc9f6b
commit 30df5e9bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,8 +64,9 @@ to document the current shortcomings of this tool.
* Functions implemented outside Go, such as assembly, aren't garbled since we
currently only transform the input Go source.
* Since `garble` forces `-trimpath`, plugins built with `-garble` must be loaded
from Go programs built with `-trimpath` too.
* ~~Since `garble` forces `-trimpath`, plugins built with `-garble` must be loaded
from Go programs built with `-trimpath` too.~~ Plugins currently do not always
work with well with `garble`; see [#87](https://github.com/mvdan/garble/issues/87).
### Runtime API

@ -1,3 +1,5 @@
skip # TODO: get plugins working properly. See issue #87
[windows] skip 'Go plugins are not supported on Windows'
env GOPRIVATE=test/main

Loading…
Cancel
Save