Skip to content

ENA submission fixes #47

ENA submission fixes

ENA submission fixes #47

Triggered via pull request October 16, 2023 09:19
@martinghuntmartinghunt
synchronize #120
ena
Status Success
Total duration 49m 22s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build
warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzeof' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/