Skip to content

Configure the Emscripten cache directory from the command line.#2816

Merged
kripken merged 1 commit into
emscripten-core:incomingfrom
waywardmonkeys:set-cache-from-command-line
Oct 11, 2014
Merged

Configure the Emscripten cache directory from the command line.#2816
kripken merged 1 commit into
emscripten-core:incomingfrom
waywardmonkeys:set-cache-from-command-line

Conversation

@waywardmonkeys
Copy link
Copy Markdown
Contributor

This allows passing --cache to emcc to set the Emscripten cache
directory rather than only allowing this to be configured via
the EM_CACHE environment variable.

@kripken
Copy link
Copy Markdown
Member

kripken commented Sep 25, 2014

Looks good, but please add a test for this. Perhaps in tests_other.py, that just runs emcc and sets a different cache dir using this option, and checks that the cache is populated when it needs to be.

@waywardmonkeys waywardmonkeys force-pushed the set-cache-from-command-line branch from f42faab to a223291 Compare October 10, 2014 10:57
This allows passing --cache to emcc to set the Emscripten cache
directory rather than only allowing this to be configured via
the EM_CACHE environment variable.
@waywardmonkeys
Copy link
Copy Markdown
Contributor Author

Okay ... this has been updated with that test as requested.

kripken added a commit that referenced this pull request Oct 11, 2014
Configure the Emscripten cache directory from the command line.
@kripken kripken merged commit a09984d into emscripten-core:incoming Oct 11, 2014
@waywardmonkeys waywardmonkeys deleted the set-cache-from-command-line branch October 11, 2014 00:55
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