cnorman
cnorman
@hkantare?
For example, could I use something aside from cloud.ibm.com, like xyz.cloud.ibm.com?
Maybe this is the same, and the TF uses this file? https://github.com/IBM-Cloud/terraform-provider-ibm/blob/7fbcf165cad71ce243d6c4bb92975cfc6c21da9b/website/docs/guides/custom-service-endpoints.html.md [edit] looks like it to me: https://github.com/IBM-Cloud/terraform-provider-ibm/blob/bb361b7b02a3aa2e7f2e0de89bdc8193c4390b65/ibm/conns/config.go#L3268
this popped up in a google search today. https://github.com/briansmith/ring/pull/1057 was merged so if you want to try again you can. though i don't know if it's been put into a...
looks like another good reason to get our CI working on ppc64le again https://github.com/bazelbuild/rules_go/pull/3336 introduced this for big endian support, so if we remove it we'd break that. i'm not...
@jayconrod do you still happen to be active here? you were super helpful getting ppc64le working several years ago :)
Thanks @evanj . It does seem related.
fyi @fidencio
@tuliom FYI Thanks @Jakob-Naucke. I am still using the older glibc in the default osbuilder distros. I think @amulyam24 may have tried a newer distro. IIUC, the container libc wouldn't...
Ok, so, it turns out we did have a small recreator for this (thanks @Amulyam24). I just hadn't run it on a different host with a downlevel gcc. I can...