File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
# express or implied. See the License for the specific language governing
12
12
# permissions and limitations under the License.
13
13
env :
14
- PATH : " /usr/lib/go-1.13 /bin:/usr/bin"
14
+ PATH : " /usr/lib/go-1.15 /bin:/usr/bin"
15
15
FC_TEST_DATA_PATH : " /tmp/buildkite_build_${BUILDKITE_BUILD_NUMBER}_testdata"
16
16
17
17
steps :
@@ -127,6 +127,10 @@ steps:
127
127
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
128
128
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
129
129
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
130
+ # Firecracker's main branch wouldn't work with Go SDK currently due to ht_enabled change.
131
+ # https://github.com/firecracker-microvm/firecracker/pull/2876
132
+ soft_fail :
133
+ - exit_status : 2
130
134
131
135
- label : ' go mod tidy'
132
136
commands :
You can’t perform that action at this time.
0 commit comments