jeremyd2019

Results 25 issues of jeremyd2019

I was just looking at the docs for retrieval (Initiate Job) and download (Get Job Output). And just as I was thinking I'd have to write some custom code for...

enhancement

When I went through openlibm_fenv_i387.h and added `OLM_DLLEXPORT`, it felt like the `__has_sse`/`__test_sse` symbols should have been private, but they were used by the tests so had to be exported....

Github Actions has an API for working with the tool cache: https://github.com/actions/toolkit/tree/main/packages/tool-cache This seems like a reasonable fit for this action. I don't know if just the installer download should...

enhancement

As you may have heard, Windows 11 is requiring the presence of TPM 2.0, and I'm trying to provide it one via qemu on aarch64. I followed the instructions from...

Windows
aarch64
QEMU Issue

On 32-bit(x86) Windows, GCC apparently doesn't care, but Clang targeting i686-w64-windows-gnu does. With this change, it works in both.

Related to discussion #8736. Based on wrappers from [llvm-mingw](https://github.com/mstorsjo/llvm-mingw). Also adds a package that provides "foreign" compiler-rt libs. The clang wrapper could be simplified (have some of the options removed)...

This has cropped up a few times now (#10762, and a couple of times on Discord). After #10634, the 'triplet' directory (ex, `/clang64/x86_64-w64-mingw32`) no longer exists, and after https://github.com/msys2/MINGW-packages/pull/10651#discussion_r798529212 mingw-w64-clang...

When tracking down the signature issue running pacman, I was surprised to learn that 32-bit (i686) msys support was dropped a couple of months ago (https://www.msys2.org/news/#2020-05-17-32-bit-msys2-no-longer-actively-supported). As someone who is...

e9c96f0a6daaad41920eea7ff84c8ce95918f1a3

This is a proposal of something I want to add somewhere, but haven't figured out exactly how/where. I want to make documentation of the `MSYS` environment variable options that differ...