summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/dag: refactor, drop queue_thread_new()sinanmohd2024-08-011-16/+9
|
* Merge pull request #13 from sinanmohd/refactor/nixSomeone2024-07-312-41/+58
|\ | | | | Refactor nix expressions
| * .#evanix: run testsSomeoneSerge2024-07-311-0/+2
| |
| * .#devShells: reuse buildInputs from .#evanixSomeoneSerge2024-07-311-11/+2
| |
| * .#evanix: use uthash from the hosts platformSomeoneSerge2024-07-311-1/+1
| |
| * .#evanix: remove .nix files from srcSomeoneSerge2024-07-311-1/+14
| |
| * .#evanix: make callPackage-ableSomeoneSerge2024-07-312-30/+41
|/
* tests: initsinanmohd2024-07-3011-29/+154
|
* Merge pull request #12 from ↵Sinan Mohd2024-07-291-1/+1
|\ | | | | | | | | sinanmohd/dependabot/github_actions/DeterminateSystems/nix-installer-action-13 build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13
| * build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13dependabot[bot]2024-07-291-1/+1
|/ | | | | | | | | | | | | | Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* jobs: scheduled -> requestedsinanmohd2024-07-284-6/+6
|
* solver_highs: return job cost on successsinanmohd2024-07-251-1/+1
|
* solver_sjf: initsinanmohd2024-07-254-1/+45
|
* solver_greedy -> solver_conformitysinanmohd2024-07-256-23/+23
|
* evanix: mark --solver=highs as stablesinanmohd2024-07-251-8/+1
|
* solver_greedy/solver_report: remove redundant datasinanmohd2024-07-253-24/+4
|
* solver_highs: implement --solver-reportsinanmohd2024-07-251-0/+10
|
* solver_highs: turn off highs output when --solver-report is not passedsinanmohd2024-07-251-1/+6
|
* solver_highs: destroy highs instance after usesinanmohd2024-07-251-0/+1
|
* jobid: update size after reallocsinanmohd2024-07-251-0/+1
|
* jobs: job_cost -> job_cost_recursivesinanmohd2024-07-243-8/+8
|
* jobid: don't realloc when jobid->filled < jobid->sizesinanmohd2024-07-241-4/+3
|
* solver_highs: increment the correct iteratorsinanmohd2024-07-242-10/+16
|
* evanix: disable pipeline with --solver=highssinanmohd2024-07-241-4/+8
|
* solver_highs: initsinanmohd2024-07-246-20/+274
|
* solver_util -> jobidsinanmohd2024-07-235-32/+5
|
* evanix: don't use fcfs solver with --max_buildsinanmohd2024-07-214-22/+9
|
* evanix: add --solver flagsinanmohd2024-07-217-17/+51
|
* evanix: pass optstringsinanmohd2024-07-211-12/+12
|
* evanix: --cache-status -> --check-cache-statussinanmohd2024-07-203-15/+15
|
* evanix: add --cache-status flagsinanmohd2024-07-193-5/+29
|
* solver_util/jobid_init: make sure ret is initializedsinanmohd2024-07-181-1/+1
|
* queue/queue_htab_job_merge: clean upsinanmohd2024-07-181-7/+7
|
* queue: switch to uthashsinanmohd2024-07-1810-203/+26
|
* flake/devShell: add flamegraphsinanmohd2024-07-171-0/+2
|
* evanix: set thread namesinanmohd2024-07-171-8/+30
|
* evanix: close-stderr-exec -> close-unused-fdsinanmohd2024-07-121-1/+1
|
* queue: use single path for memory managementsinanmohd2024-07-121-3/+9
|
* jobs: don't force-recursesinanmohd2024-07-121-2/+1
| | | | the eval will take huge amount of resources in large repos like nixpkgs.
* solver_greedy/solver_report: remove redundant datasinanmohd2024-07-111-6/+2
|
* util/trim: clean upsinanmohd2024-07-111-2/+2
|
* jobs: fix cache locality checksinanmohd2024-07-112-7/+15
|
* jobs/job_cost: count the job itselfsinanmohd2024-07-111-1/+1
|
* build: align dry-run with solver-reportsinanmohd2024-07-111-0/+2
|
* job/job_cost: initsinanmohd2024-07-113-14/+22
|
* solver/solver_report: initsinanmohd2024-07-116-24/+36
|
* jobs/job_read_cache: switch to nix-build dry runsinanmohd2024-07-103-33/+88
|
* util/vpopen: support for reading stderrsinanmohd2024-07-095-11/+23
|
* Merge pull request #9 from SomeoneSerge/feat/no-wrapperSinan Mohd2024-07-094-6/+20
|\ | | | | build: record the nix-eval-jobs path in the binary, rm the wrapper
| * build: record the nix-eval-jobs path in the binary, rm the wrapperSomeoneSerge2024-07-074-6/+20
|/