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 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313env :
14- PATH : " /usr/lib/go-1.13 /bin:/usr/bin"
14+ PATH : " /usr/lib/go-1.15 /bin:/usr/bin"
1515 FC_TEST_DATA_PATH : " /tmp/buildkite_build_${BUILDKITE_BUILD_NUMBER}_testdata"
1616
1717steps :
@@ -127,6 +127,10 @@ steps:
127127 queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
128128 distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
129129 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
130134
131135 - label : ' go mod tidy'
132136 commands :
You can’t perform that action at this time.
0 commit comments