classabbyamp
classabbyamp
just remove the vmdfmt commit
and see other commits in this repo for the commit message style
not sure what's going on with jdk12, `post_extract()` should be in `wrksrc`, which is where the configure script is
> not sure what's going on with jdk12, `post_extract()` should be in `wrksrc`, which is where the configure script is ok, figured it out: jdk12-15 had `${version/+/-}` in `wrksrc`, which...
> > > not sure what's going on with jdk12, `post_extract()` should be in `wrksrc`, which is where the configure script is > > > > > > ok, figured...
what discussion in nixpkgs?
This behaviour still exists on buildbot 4.2.1, and I think it's caused by: https://github.com/buildbot/buildbot/blob/bb54f72c97df988abaa00574c2cc2f91f9951440/master/buildbot/process/buildrequest.py#L370 which seems to erase all but the last sourcestamp for each codebase
`HOST_CFLAGS` was already being set to `-O2` if `CFLAGS_$target` is set (and `CFLAGS` is also set), it also does not work. Why does the more specific variable not override `CFLAGS`?...
In our (Void Linux's) build system, when cross-compiling, the `CFLAGS` variable is set to the target's `CFLAGS`, as that is the primary `CFLAGS` programs and libraries should be using. For...
we noticed this in firefox on Void Linux too