Skip to content

Commit

Permalink
Use -j4 on all deps builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Oct 2, 2024
1 parent 160e054 commit fcfe81b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildconfig/manylinux-build/docker_base/Dockerfile-aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pin version on image for CI stability
FROM quay.io/pypa/manylinux2014_aarch64:2024.09.09-0
ENV MAKEFLAGS="-j 2"
ENV MAKEFLAGS="-j 4"
ENV PG_DEP_PREFIX="/usr/local"

# Set up repoforge
Expand Down
2 changes: 1 addition & 1 deletion buildconfig/manylinux-build/docker_base/Dockerfile-i686
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pin version on image for CI stability
FROM quay.io/pypa/manylinux2014_i686:2024.09.09-0
ENV MAKEFLAGS="-j 2"
ENV MAKEFLAGS="-j 4"
ENV PG_DEP_PREFIX="/usr/local"

# Set up repoforge
Expand Down
2 changes: 1 addition & 1 deletion buildconfig/manylinux-build/docker_base/Dockerfile-x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pin version on image for CI stability
FROM quay.io/pypa/manylinux2014_x86_64:2024.09.09-0
ENV MAKEFLAGS="-j 2"
ENV MAKEFLAGS="-j 4"
ENV PG_DEP_PREFIX="/usr/local"

# Set up repoforge
Expand Down

0 comments on commit fcfe81b

Please sign in to comment.