On Windows, test 64-bit GNU and 32-bit MSVC as well #83
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run clippy:
build.rs#L8
unused imports: `Command`, `Stdio`
|
Run clippy
`pg_query` (build script) generated 1 warning
|
Run clippy
pg_query@5.0.0: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-9014b669fac0580b/out/./src/postgres/include/lib/simplehash.h: In function ‘listsort_cache_entry_hash’:
|
Run clippy
pg_query@5.0.0: 382 | SH_ENTRY_HASH(SH_TYPE * tb, SH_ELEMENT_TYPE * entry)
|
Run clippy
pg_query@5.0.0: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-9014b669fac0580b/out/./src/postgres/include/lib/simplehash.h:411:19: warning: unused parameter ‘type’ [-Wunused-parameter]
|
Run clippy
pg_query@5.0.0: In file included from /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-9014b669fac0580b/out/src/pg_query_fingerprint.c:261:
|
Run clippy
pg_query@5.0.0: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-9014b669fac0580b/out/./src/include/pg_query_fingerprint_defs.c:246:39: warning: unused parameter ‘ctx’ [-Wunused-parameter]
|
Run clippy
pg_query@5.0.0: | ~~~~~~~~~~~~~~~~~~~~^~~
|
Run clippy
pg_query@5.0.0: 246 | _fingerprintAlias(FingerprintContext *ctx, const Alias *node, const void *parent, const char *field_name, unsigned int depth)
|
Run clippy
pg_query@5.0.0: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-9014b669fac0580b/out/./src/include/pg_query_fingerprint_defs.c:246:75: warning: unused parameter ‘parent’ [-Wunused-parameter]
|
The logs for this run have expired and are no longer available.
Loading