You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# /bin/sh is dash on Debian which does not support all features of ash/bash
51
53
# to fix that we use /bin/bash only on Debian to not break Alpine
@@ -210,13 +212,15 @@ endif
210
212
}
211
213
212
214
ifisGolang {
215
+
// WARNING: DO NOT CHANGE THIS WITHOUT FIRST UNDERSTANDING THE CONSEQUENCES.
216
+
// All changes have to be okay'd by Stefan Majewsky to avoid breaking setups.
213
217
build.addDefinition("# To add additional flags or values, specify the variable in the environment, e.g. `GO_BUILDFLAGS='-tags experimental' make`.")
214
218
build.addDefinition("# To override the default flags or values, specify the variable on the command line, e.g. `make GO_BUILDFLAGS='-tags experimental'`.")
0 commit comments