Skip to content

Commit cb3a69f

Browse files
authored
CI: Freeze version of bloaty for NuttX compilation (#3756)
Fix the compilation error of this CI: https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10575515238 ``` /__w/wasm-micro-runtime/wasm-micro-runtime/bloaty/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc:139:32: error: no matching function for call to 'max(long int, int)' 139 | size_t stack_size = (std::max(SIGSTKSZ, 65536) + page_mask) & ~page_mask; | ~~~~~~~~^~~~~~~~~~~~~~~~~ ```
1 parent e8c2952 commit cb3a69f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/compilation_on_nuttx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
repository: google/bloaty
125125
submodules: recursive
126126
path: bloaty
127+
ref: 34f4a66559ad4938c1e629e9b5f54630b2b4d7b0
127128

128129
- name: Build Bloaty
129130
run: |

0 commit comments

Comments
 (0)