softworkz

Results 258 comments of softworkz

Possibly a duplicate of (https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1093). See this comment: https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1093#issuecomment-1613908105

I have submitted my local changes which allow this as a PR: #2312

Yes, that's correct - for now. But if you just want your self-compiled libs to be used, you could just comment out the code for building and updating those libs.

PS: I'm not coming with empty hands - I got half of the dependencies pinned already and tested :smile:

I am willing to support this (because I have to anyway), though my goals are going for long-term stability rather than updating each time when a lib has a new...

Tags would be nicer when they'd be working, currently the deps file looks like that: ```shell # tag=n11.0.10.2 => revision 27b5db61c9eb4b98d3f565cecf8713b4ecabd990 SOURCE_REPO_FFNVCODEC=https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#revision=27b5db61c9eb4b98d3f565cecf8713b4ecabd990 # tag=1.4.2 => revision b32e5cbf9818ca23dd22aaa75522042c16ea7d17 SOURCE_REPO_FLAC=https://github.com/xiph/flac.git#revision=b32e5cbf9818ca23dd22aaa75522042c16ea7d17 SOURCE_REPO_FLITE=https://github.com/festvox/flite.git #...

Ah, alright, got you! I have another good news. A while ago I had set up [https://github.com/ffstaging/FFmpeg](https://github.com/ffstaging/FFmpeg) - it's a repo that you can use to make pull requests which...

Then we could do two CI builds on each commit to this repo: One for default (with all latest deps and latest ffmpeg) and one with the stable baseline.

> As a 'Stable Baseline Point' recedes in time, it will get out of date. Instead, This is what I'm going to curate, though. I will update this only every...

> Another step is to cache existing artifacts, and then 1) delete/overwrite upon success of current build, or 2) restore upon failure and continue. That kind of messing around is...