Daniel McIlvaney

Results 23 comments of Daniel McIlvaney

Need more testing for locales, will leave them enabled in configs for now.

> Mariner doesn't support multilib. Do we know why we have this? Running `depsearch` I see mariadb-connector-c openblas I'll look into these, see if this is actually needed. These cascade...

Did some digging, I think we can indeed drop this completely.

https://dev.azure.com/mariner-org/mariner/_build/results?buildId=547372&view=results

Also done here: https://github.com/microsoft/azurelinux/pull/8705#issuecomment-2038433499, results the same. Assessment of epoch handling inside our build tools: ### Setup I created a test environment with the following setup: - dedicated `./SPECS-TEST` folder...

New dracut with `core-efi.json`: ![image](https://github.com/microsoft/azurelinux/assets/23200982/02410168-2bde-4b15-956b-37426cf9c211) ![image](https://github.com/microsoft/azurelinux/assets/23200982/1c9acb6a-87f4-4c00-88c9-6999a7daf3e7)

Old dracut: ![image](https://github.com/microsoft/azurelinux/assets/23200982/937ec399-f10b-46ef-b60f-435d61e98309) ![image](https://github.com/microsoft/azurelinux/assets/23200982/c06e4f4d-0947-4beb-aec7-588d04ca6de0)

`gawk` is VERY large for what it is, this adds ~4MB to the image. Given we are actively trying to minimize our images we need to fix `gawk` first.

superseded by https://github.com/microsoft/azurelinux/pull/9210

I believe I sent this to m40 back in Jan as an alternative approach: ```diff diff --git a/toolkit/scripts/toolchain.mk b/toolkit/scripts/toolchain.mk index 15b6c8e7a..168bc3f63 100644 --- a/toolkit/scripts/toolchain.mk +++ b/toolkit/scripts/toolchain.mk @@ -191,7 +191,10 @@...