fix: build for macOS #244
Triggered via pull request
May 10, 2024 08:04
johanneskoester
synchronize
#431
Status
Success
Total duration
11s
Artifacts
–
conventional-prs.yml
on: pull_request_target
title-format
2s
Annotations
4 errors and 2 warnings
no field `isize_` on type `hts_sys::bam1_core_t`:
src/bam/record.rs#L294
error[E0609]: no field `isize_` on type `hts_sys::bam1_core_t`
--> src/bam/record.rs:294:31
|
294 | self.inner_mut().core.isize_ = insert_size;
| ^^^^^^ unknown field
|
help: a field with a similar name exists
|
294 | self.inner_mut().core.isize = insert_size;
| ~~~~~
|
no field `isize_` on type `hts_sys::bam1_core_t`:
src/bam/record.rs#L289
error[E0609]: no field `isize_` on type `hts_sys::bam1_core_t`
--> src/bam/record.rs:289:27
|
289 | self.inner().core.isize_
| ^^^^^^ unknown field
|
help: a field with a similar name exists
|
289 | self.inner().core.isize
| ~~~~~
|
mismatched types:
src/bam/record.rs#L156
error[E0308]: mismatched types
--> src/bam/record.rs:156:16
|
156 | m: sam_copy.len(),
| ^^^^^^^^^^^^^^ expected `u64`, found `usize`
|
mismatched types:
src/bam/record.rs#L155
error[E0308]: mismatched types
--> src/bam/record.rs:155:16
|
155 | l: sam_copy.len(),
| ^^^^^^^^^^^^^^ expected `u64`, found `usize`
|
title-format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: amannn/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
title-format
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|