Tim Wojtulewicz

Results 301 comments of Tim Wojtulewicz

Superceded by https://github.com/zeek/zeek/pull/4604, which was a squashed and rebased version with a few formatting fixes.

The hope to be able to remove the `T_TXT` and `T_PTR` constants from `DNS_Mgr.h` might be dashed by Windows. I'm not finding a version of `arpa/nameser.h` anywhere nor am I...

The intention was to be able to pass any of the request types as an integer to `DNS_Mgr::Lookup`, and we just used that API in other places. I could see...

> Yeah, Cirrus CI is using Container-Optimized OS version 105 for the x86 and Arm containers. You can put experimental: true flag for the task that is failing. This way...

`privileged: true` in the outer task block and with `experimental` removed? ``` tsan_sanitizer_task: privileged: true container: # Just uses a recent/common distro to run memory error/leak checks. dockerfile: ci/ubuntu-22.04/Dockerfile

> That gets me through the configure step, but the build fails for the same reason when it tries to run a binary as part of the build: I re-ran...

> I found another old report of a similar issue https://github.com/google/sanitizers/issues/806 where the problem was in the old version of gcc. I've tried it with both gcc 11 (ubuntu 22)...

I just wanted to check in and note that this is still broken.

We ended up moving to Ubuntu 24 as well, which resolved our problems.

Yeah: ``` macos_sonoma_task: macos_instance: image: ghcr.io/cirruslabs/macos-sonoma-base:latest ``` Something changed with it just recently because we were able to do Sonoma builds 3 or 4 days ago, but one last night...