Fletcher Nichol
Fletcher Nichol
I've spun up a FreeBSD instance with the Vagrant Driver using our Bento box, and the bourne script seems to be invoking [properly](https://gist.github.com/anonymous/96b711e03eb4b2a4d680#file-kitchen-converge-output-txt-L79-L343). I'm going to try the Digital Ocean...
After looking at the Digitalocean driver, there's currently a [version pin](https://github.com/test-kitchen/kitchen-digitalocean/blob/dea3810770bdd719a01310c984b8b857cb11248e/kitchen-digitalocean.gemspec#L21) to test-kitchen `"~> 1.2"`. @juliandunn did you happen to have an existing project I could clone and repro? I'm...
Oh dear, this will involve more work FreeBSD-side. Looks like even interactively, running `/bin/sh` still runs `tcsh` on Digital Ocean droplets: ``` > be kitchen login $$$$$$ Running legacy login...
Thanks @RoboticCheese, that could be the underlying reason. I have one last idea before turning all these commands into a "write a file, then execute" strategy. Also, I found the...
After looking into this, it looks like the code that establishes an SSH connection in Test Kitchen retries but doesn't pause between attempts (unlike the `#wait_for_ssh` logic). As a result...
I can buy this. Looking at what Arch Linux does, they appear to selectively strip some but not all of the ELF binaries: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/glibc#n163. They even call out not stripping...
Here is my testing diff to the Glibc plan (currently against the base plans refresh PR): ```diff diff --git a/glibc/plan.sh b/glibc/plan.sh index 62c63f06..92d5b948 100644 --- a/glibc/plan.sh +++ b/glibc/plan.sh @@ -322,6...
@cl-lab-k Aside from the failing CI, does this approach look reasonable to you?
Yeah, would love to see any errors here. I know that doesn't get us a lot further into ARM support per se, but it would be good nonetheless. That install...
I'd be interested as well 😄 (currently not actively working on the project myself but ARM for servers and even Apple Silicon would certainly be a benefit these days)