Closed pcd1193182 closed 1 year ago
I think you also need to add this package to the
package-lists/build/main.pkgs
file.. similar to the ZFS dependency comment.. that could cause build failures until thedelphix-go
package is successfully built.
I believe it is added in this PR as well. Personally I think I'm fine with transient failures as a result of everything spinning up, but it's good to raise that it's likely to happen so we can plan for it. We can also probably mitigate it by integrating the delphix-go changes and devops-gate changes first?
I believe it is added in this PR as well
shoot.. you're right :+1:
Personally I think I'm fine with transient failures as a result of everything spinning up
cool with me..
We can also probably mitigate it by integrating the delphix-go changes and devops-gate changes first?
yea, I'd try and land things in dependency order as much as you can..
you might need to manually trigger the build after (3), so the package gets built the first time..
This change introduces the new delphix-go package into the linux-pkg repository so that the go compiler will be installed on dev VMs. It was tested in conjunction with corresponding changes to appliance-build and devops-gate. ab-pre-push was run here and the resulting VM had the GO sdk installed correctly and could be used for zfs builds.