Jiawei Huang
Jiawei Huang
I think this might be related to https://github.com/espressif/ESP8266_NONOS_SDK/commit/4671b17cc9fc6ed6787c2d310daf8accccf29c8d, which is merged into nonos sdk v2.2.0+.
@pacmac Just FYI. I have built esp-open-sdk with esp8266 nonos sdk 2.2.1 and here is the change I need to make in micropython to get a successful build. I just...
This fails [node/calico_test container](https://github.com/projectcalico/calico/tree/master/node/calico_test) build as pyyaml 5.3 is the last release train that still supports python2.
Nothing concrete yet but we should be able to update our toolchain (calico/go-build) and tune a few CFLAGS in felix Makefiles for ppc64le to start with.
Should fix by [PR #8533](https://github.com/projectcalico/calico/pull/8533/files#diff-c6e82bd404a904c10b9a0756d78d913a8a5e2ff833fefd384c80af1d7c93c3bbR240-R243) but unfortunately too late for v3.27.2 (was v3.27.1).
@caseydavenport We have [unified Dockerfiles into one](https://github.com/projectcalico/calico/pull/8299/files#diff-8bb2282dff57e0f5a972a9f6ded6c1ef2a49e5999e677731f777c82f77f6fcef) in https://github.com/projectcalico/calico/pull/8299 so all non-amd64 images also receive the non-root changes. I believe this PR can be closed.
One more thing I noticed is that bootcss CDN doesn't work for me anymore. I have to use cloudflare instead.
@lfkeitel Good point. I don't know that. Does the built-in syntax highlight support source code in my posts (md files)? If so, I agree we'd better use the built-in one.
> I looked into this some time ago and the show stopper was that v2 could not split the test into batches. That feature was removed and the author was...
Hi @astenmco, I managed to get a [custom calico/node build](https://hub.docker.com/r/jha48/node/tags?page=&page_size=&ordering=&name=ppc64le-ebpf) which I believe ebpf files are built and included for ppc64**le** (not be). It is unofficial and for testing purpose...