Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove use of logging from ports builds #18624

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Remove use of logging from ports builds #18624

merged 1 commit into from
Mar 28, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 28, 2023

This was just adding unnessary boilerplate to each individual port. We already print several lines of information when building a given port, and its all don't in generic code. e.g.:

ports:INFO: retrieving port: bullet from https://github.com/emscripten-ports/bullet/archive/version_1.zip
ports:INFO: unpacking port: bullet
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libbullet.a... (this will be cached in "/usr/local/google/home/sbc/dev/wasm/emscripten/cache/sysroot/lib/wasm32-emscripten/libbullet.a" for subsequent builds)

For requests to make these things quieter in general see #18607 and #18622.

@sbc100 sbc100 requested a review from kripken January 28, 2023 16:47
@sbc100 sbc100 force-pushed the remove_logging branch 2 times, most recently from b4752ef to a5f9f56 Compare January 29, 2023 20:56
@sbc100 sbc100 force-pushed the remove_logging branch 2 times, most recently from 2a40c02 to 265ee6b Compare January 30, 2023 21:47
@sbc100 sbc100 enabled auto-merge (squash) January 31, 2023 00:27
This was just adding unnessary boilerplate to each individual port.
We already print several lines of information when building a given
port, and its all don't in generic code. e.g.:

```
ports:INFO: retrieving port: bullet from https://github.com/emscripten-ports/bullet/archive/version_1.zip
ports:INFO: unpacking port: bullet
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libbullet.a... (this will be cached in "/usr/local/google/home/sbc/dev/wasm/emscripten/cache/sysroot/lib/wasm32-emscripten/libbullet.a" for subsequent builds)
```

For requests to make these things quieter in general see #18607 and 18622.
@sbc100 sbc100 merged commit 67cee0b into main Mar 28, 2023
@sbc100 sbc100 deleted the remove_logging branch March 28, 2023 01:55
RReverser pushed a commit that referenced this pull request Mar 29, 2023
This was just adding unnessary boilerplate to each individual port.
We already print several lines of information when building a given
port, and its all don't in generic code. e.g.:

```
ports:INFO: retrieving port: bullet from https://github.com/emscripten-ports/bullet/archive/version_1.zip
ports:INFO: unpacking port: bullet
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libbullet.a... (this will be cached in "/usr/local/google/home/sbc/dev/wasm/emscripten/cache/sysroot/lib/wasm32-emscripten/libbullet.a" for subsequent builds)
```

For requests to make these things quieter in general see #18607 and 18622.
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.

None yet

2 participants