mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
drop the separate build-dependencies step
Since we don't run the unit tests as part of the package build now we don't need it
This commit is contained in:
parent
95ee3994a9
commit
3d62b9d050
@ -591,21 +591,6 @@ commands:
|
||||
-p 'python3.withPackages (ps: [ ps.setuptools ])' \
|
||||
--run 'python setup.py update_version'
|
||||
|
||||
- "run":
|
||||
name: "Build Dependencies"
|
||||
command: |
|
||||
source .circleci/lib.sh
|
||||
|
||||
NIXPKGS=$(nixpkgs_flake_reference nixpkgs-<<parameters.nixpkgs>>)
|
||||
|
||||
# `nix develop` will build all of the dependencies of the target but
|
||||
# not the target itself.
|
||||
cache_if_able nix develop \
|
||||
--command "true" \
|
||||
--cores $DEPENDENCY_CORES \
|
||||
--override-input nixpkgs "$NIXPKGS" \
|
||||
.#<<parameters.pythonVersion>>-tahoe-lafs
|
||||
|
||||
- "run":
|
||||
name: "Build Package"
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user