From 82834ace20257dcbb4a9bc9493cce6d69418f4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 23 Sep 2023 17:31:33 +0100 Subject: [PATCH] testdata: skip runtime rebuild test on darwin CI ran into the failure again; reopened #609 for now. --- testdata/script/gogarble.txtar | 1 + 1 file changed, 1 insertion(+) diff --git a/testdata/script/gogarble.txtar b/testdata/script/gogarble.txtar index a422b87..f5110ac 100644 --- a/testdata/script/gogarble.txtar +++ b/testdata/script/gogarble.txtar @@ -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