Skip to content

Commit

Permalink
ci构建线程是2
Browse files Browse the repository at this point in the history
  • Loading branch information
shenmo7192 committed Mar 2, 2023
1 parent b37f8d7 commit 1ea7067
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .workflow/dtk-build-commit-20220425.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ stages:
- cd ..
- rm -rf dtk-old-bundle
- 'mk-build-deps --install --tool "apt-get -o Debug::pkgProblemResolver=yes -y" '
- sed -i 's/-j$(JOBS)/-j2/g' debian/rules
- dpkg-buildpackage -b -us -uc
- dpkg-buildpackage -j2 -b -us -uc
- cd ..
- ls -all
- pwd
Expand Down
3 changes: 1 addition & 2 deletions .workflow/dtk-build-release-tag-20220425.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ stages:
- rm -rf dtk-old-bundle
- ''
- 'mk-build-deps --install --tool "apt-get -o Debug::pkgProblemResolver=yes -y" '
- sed -i 's/-j$(JOBS)/-j2/g' debian/rules
- dpkg-buildpackage -b -us -uc
- dpkg-buildpackage -j2 -b -us -uc
- cd ..
- ls -all
- pwd
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ override_dh_auto_configure:
-o $(CURDIR)/build/

override_dh_auto_build:
make -j$(JOBS) MAKEFLAGS="$(MAKEFLAGS)" -C $(CURDIR)/build
make MAKEFLAGS="$(MAKEFLAGS)" -C $(CURDIR)/build

override_dh_auto_install:
make -C $(CURDIR)/build install \
Expand Down

0 comments on commit 1ea7067

Please sign in to comment.