Conversation
| - &decomp_dev https://files.decomp.dev/compilers_20251015.zip | ||
| - &nds_mwcc https://github.com/decompme/compilers/releases/download/compilers/mwccarm.zip | ||
| - &3ds_armcc https://github.com/decompme/compilers/releases/download/compilers/armcc.zip | ||
| - &msvc9_0rtm_url https://github.com/RogueValleyInformationSecurity/compilers/releases/download/msvc9.0rtm-20260223/msvc9.0rtm-fulltree.tar.gz |
There was a problem hiding this comment.
this file is ~150MB, do we need everything inside to simply run the compiler?
There was a problem hiding this comment.
also, it shouldn't be a variable like this, we do this when multiple compilers share the same url.
There was a problem hiding this comment.
also, it should be a placholder url for .../decompme/compilers/releases... because we will host any files ourselves.
There was a problem hiding this comment.
Is it enough to just tar up the VC/bin directory?
VC/bin$ du -hs
33M .
There was a problem hiding this comment.
It's probably enough for your use cases, but not mine, sorry. I can just keep my forked feature branch though, if you want to pull out VC/bin and use that for the release artifact you host.
|
What's your use case? |
No description provided.