- 03 Jan, 2021 1 commit
-
-
Drew DeVault authored
-
- 02 Jan, 2021 1 commit
-
-
Drew DeVault authored
-
- 21 Dec, 2020 1 commit
-
-
Sören Tempel authored
By default, fakeroot forwards chown system calls to the libc and ignores EPERM errors. Unfortunately, when fakeroot is used inside a restricted bubblewrap environment, bubblewrap intercepts these system calls and returns EINVAL. The EINVAL return value is not masked by fakeroot and returned to the caller, thereby causing failures of mv(1), install(1), chown(1), … which use the chown system calls internally. Setting the FAKEROOTDONTTRYCHOWN environment variable prevents the chown systemcalls to be performed in the first place. This variable is only set in the environment created through bubblewrap by abuild rootbld. Fixes #10021
-
- 14 Dec, 2020 1 commit
-
-
cargo is now generating two files: .cargo.toml and .cargo2.json.
-
- 13 Dec, 2020 1 commit
-
-
Leo authored
fixes #10011
-
- 27 Nov, 2020 1 commit
-
-
Natanael Copa authored
the SRCDEST may be shared by multiple builders and apparently cargo does not seem to handle that well. There are also no good way to do clean-up of the cache for purging things that is no longer in use. This reverts commit af0c88e6.
-
- 08 Nov, 2020 1 commit
-
-
Newbyte authored
-
- 29 Oct, 2020 9 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
This fixes issue with `abuild cleanpkg all`, which would fail to set SOURCE_DATE_EPOC for reproducible builds.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
- 23 Oct, 2020 2 commits
- 17 Sep, 2020 3 commits
-
-
Timothy Legge authored
-
-
-
- 20 Jul, 2020 1 commit
-
-
Leo authored
this is required when we package stuff with compatibility to glibc like libc6-compat
-
- 08 Jul, 2020 8 commits
-
-
-
Natanael Copa authored
fixes #5421
-
Natanael Copa authored
fixes #9999
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
prefix each test output so its easier to see what is tested
-
Natanael Copa authored
ref #9999
-
Natanael Copa authored
fixes #10004
-
- 06 Jul, 2020 10 commits
-
-
Rasmus Thomsen authored
This has multiple advantages: * It's tool agnostic (e.g. if we were to drop the ninja symlink for samu, we wouldn't have to change anything here) * It allows for more fine grained control, e.g. in meson test, where we can increase timeouts and print the test log to stdout, something which we can't control when invoking it via ninja. * We can pass --no-rebuild to test and install, so ninja doesn't have to check if anything has to be rebuild against in the test and install phase, when we built everything in the build phase already This is similiar to dd24cdf8, but for meson.
-
Natanael Copa authored
so we have buffer space for the ".part" suffix.
-
Natanael Copa authored
-
Natanael Copa authored
fix return value for usage text fix digest to be unsigned char buffer
-
Natanael Copa authored
Try all patches and return of list of patches that failed rather than exit on first failed patch.
-
Natanael Copa authored
But let env var CFLAG override
-
-
Without these we don't have any optimizations by default in D applications
-
Store exit code in the variable 'e', then return it, if there are no errors then it will return 0 as that is the default value, otherwise it will return 1 and error out as previously
-
-