Skip to content

Use apt-get autoremove to clean up dependencies in Docker#380

Merged
abrown merged 1 commit into
WebAssembly:mainfrom
andylizi:patch-1
Feb 10, 2024
Merged

Use apt-get autoremove to clean up dependencies in Docker#380
abrown merged 1 commit into
WebAssembly:mainfrom
andylizi:patch-1

Conversation

@andylizi
Copy link
Copy Markdown
Contributor

@andylizi andylizi commented Feb 3, 2024

Currently there are left-over packages remain in the docker image:

The following packages were automatically installed and are no longer required:
    dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
    gpgconf gpgsm libassuan0 libksba8 libnpth0 pinentry-curses
Use 'apt autoremove' to remove them.

@andylizi
Copy link
Copy Markdown
Contributor Author

andylizi commented Feb 3, 2024

Strange, the CI is failing. I don't think this is caused by this PR?

 Error: failed to run main module `abort.c.---.wasm`
 
 Caused by:
-    0: failed to invoke `run` function
-    1: error while executing at wasm backtrace:
-    2: wasm trap: wasm `unreachable` instruction executed
+    0: import `wasi:cli/exit@0.2.0-rc-2023-12-05` has the wrong type
+    1: instance export `exit` has the wrong type
+    2: expected func found nothing
make: *** [Makefile:54: check] Error 1

Copy link
Copy Markdown
Collaborator

@abrown abrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Once #382 merges, I believe we should be able to rebase this to fix the unrelated build failure.

@abrown abrown enabled auto-merge (squash) February 10, 2024 02:27
@abrown abrown merged commit f1ebc52 into WebAssembly:main Feb 10, 2024
@andylizi andylizi deleted the patch-1 branch February 10, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants