dkwo

Results 295 comments of dkwo

Thanks. I won't have access to my aarch64 machines for a month or so. I think this should be merged now, and I'll run tests once I get back. It's...

This builds and checks fine on aarch64. At the post-install hook stage, I noticed a bunch of `warning: renamed X.cpython-312-aarch64-linux-gnu.so to X.so`, e.g. `X = algebra_elements`. Not sure if they're...

The maxima and ecl from this PR build and check fine on aarch64, thanks!

Good idea. This is also useful on apple silicon, where you concatenate a payload for m1n1.

Quick question: what is the consensus about a place for config and sysmap, currently also in boot ``` vinstall .config 644 boot config-${_kernver} vinstall System.map 644 boot System.map-${_kernver} ``` as...

As a good byproduct, it should become not necessary anymore to set `preserve=yes` in kernel templates.

Do you know whether this breaks rust for linux drivers? Lately, there was this sweet spot where e.g. asahi linux gpu driver in 6.8 series kernel could be built using...

just the fact that rust for linux has no stabilty guarantees yet.

Nothing to worry about on the asahi side, it seems: > Tagging asahi-6.8.9-3 > > - rust-1.78 build fixes

After installing in the usual way (chroot), it seems to run smoothly on my m1 macbook air. I natively rebuilt all the packages for `aarch64`. The script `update-vendor-firmware` runs smoothly....