Skip to content

Commit

Permalink
fix(manifest): correct manifest after recent refactor (#11465)
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored and kikito committed Oct 5, 2023
1 parent a34bb4e commit 9bf801b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/amazonlinux-2-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-10-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-11-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el7-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el8-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/ubuntu-20.04-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down

0 comments on commit 9bf801b

Please sign in to comment.