Ilya Maximets

Results 27 comments of Ilya Maximets

> I’ve noticed that on the page listing the caches, refreshing it multiple times sometimes loads an outdated version of the page — this can be seen in the total...

Looking at the official readme: https://github.com/actions/cache/blob/main/README.md?plain=1#L348 it suggests to open support tickets for high priority issues. I opened one for myself, but if anyone here has enterprise support and can...

Even simple ./configure sometimes crashes: ``` configure:4721: $? = 0 configure:4710: clang -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:4721:...

The issue is caused by incompatibility between llvm 14 provided in ubuntu-22.04 image and the much newer kernel configured with high-entropy ASLR. In 20240304.1.0: ``` $ sudo sysctl -a |...

@0xTim @Habbie It looks like the fix is going to be the same as a workaround: https://github.com/actions/runner-images/pull/9513 . So, you'll probably need to keep the `--privileged` even after the image...

> > if the kernel config will actually be changed or not. > > @igsilya If I understand [this](https://github.com/actions/runner-images/pull/9513/files) PR correctly then yes. @wojsmol It's not a kernel config, it's...

In the future, could you please CC all people mentioned in auto_cc section? It seems like only the first one was mentioned in here. Also, > These projects have been...