Skip to content

Fix blake3 build - #140

Merged
nobu merged 3 commits into
masterfrom
fix-blake3-build
Aug 14, 2026
Merged

Fix blake3 build#140
nobu merged 3 commits into
masterfrom
fix-blake3-build

Conversation

@nobu

@nobu nobu commented Aug 14, 2026

Copy link
Copy Markdown
Member

Pass config macros via command line.
The distributed files do not include extconf.h generated by create_header.

nobu and others added 2 commits August 15, 2026 01:35
```
/github/workspace/src/ext/digest/blake3/blake3_dispatch.c:108:5: error: '_Atomic' is a C11 extension [-Werror,-Wc11-extensions]
      108 |     ATOMIC_INT g_cpu_features = UNDEFINED;
          |     ^
/github/workspace/src/ext/digest/blake3/blake3_dispatch.c:34:20: note: expanded from macro 'ATOMIC_INT'
       34 | #define ATOMIC_INT _Atomic int
          |                    ^
1 error generated.
```
@nobu
nobu requested a review from knu as a code owner August 14, 2026 16:46
@nobu
nobu force-pushed the fix-blake3-build branch 2 times, most recently from d0e0518 to 72b87bf Compare August 14, 2026 17:42
The distributed files do not include `extconf.h` generated by
`create_header`.
@nobu
nobu force-pushed the fix-blake3-build branch from df7e496 to d3bcdcc Compare August 14, 2026 17:46
@nobu
nobu merged commit 1d22595 into master Aug 14, 2026
88 checks passed
@nobu
nobu deleted the fix-blake3-build branch August 14, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants