Jon Gjengset
Jon Gjengset
That's great! Some of it might be hard to incorporate, as a couple of files now depend on absolute paths instead. The changes that use binaries from `$PATH` instead of...
The more I think about it, the less ideal the linker script patching seems to be. I basically have to pre-process the argument list to `sgx-compile` to compile any `.c`...
In fact, an even better solution would be if I could statically compile a binary, and then pass it to some script that will then rearrange the segments. This would...
Ah, 95a6d31da8825c10ba7776d2126904b3ca36a365 helps significantly! I've updated the Arch package to match, and it's much more straightforward now. I still need the hack that compiles the `.o`s before linking, which is...
@jethrogb: oh, that sounds very interesting! Any chance you're considering open-sourcing it at some point?
@jethrogb: that's great news! Will investigate.
Any particular reason why you're using there generic "Release" commit messages instead of more descriptive ones?
Why not make that repository the public master, and keep a separate branch/use tags for releases?
@djc there are two tricky parts about this: - Commits that did not emit warnings in the past may _start_ emitting warnings in future versions of `stable`, which would cause...
Azure has only recently gotten support for caching, and it is slowly rolling out. As @epage says, the CI scripts here do not _currently_ support caching at all :) The...