Skip to content

Commit

Permalink
testdata: skip runtime rebuild test on darwin
Browse files Browse the repository at this point in the history
CI ran into the failure again; reopened burrowers#609 for now.
  • Loading branch information
mvdan committed Sep 23, 2023
1 parent 4150e35 commit 78f304f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testdata/script/gogarble.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ binsubstr out_regular 'http.ListenAndServe' 'debug.WriteHeapDump' 'time.Now' 'sy
# This is slow, but necessary to uncover bugs hidden by the build cache.
# We also forcibly rebuild runtime on its own, given it used to be non-reproducible
# due to its use of linknames pointing at std packages it doesn't depend upon.
[darwin] skip 'see https://github.com/burrowers/garble/issues/609'
env GOCACHE=${WORK}/gocache-empty
exec garble build -a runtime
exec garble build -o=out_rebuild ./stdimporter
Expand Down

0 comments on commit 78f304f

Please sign in to comment.