Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Feb 10, 2024
Merged

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

merged 1 commit into from
Feb 10, 2024

Conversation

andylizi
Copy link
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
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
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
5 checks passed
@andylizi andylizi deleted the patch-1 branch February 10, 2024 20:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants