Parallel build fixes (#9326)

This commit is contained in:
reimda 2021-06-02 13:19:33 -06:00 committed by GitHub
parent b1d6730c9b
commit aa427ed812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -73,7 +73,10 @@ commands:
- run: 'mips=1 mipsel=1 arm64=1 amd64=1 static=1 armel=1 armhf=1 s390x=1 ppc641e=1 i386=1 windows=1 darwin=1 NIGHTLY=1 make package'
- run: 'make upload-nightly'
- unless:
condition: << parameters.nightly >>
condition:
or:
- << parameters.nightly >>
- << parameters.release >>
steps:
- run: '<< parameters.type >>=1 make package'
- store_artifacts:

View File

@ -247,7 +247,7 @@ endif
ifdef amd64
tars += telegraf-$(tar_version)_freebsd_amd64.tar.gz
tars += telegraf-$(tar_version)_linux_amd64.tar.gz
debs := telegraf_$(deb_version)_amd64.deb
debs += telegraf_$(deb_version)_amd64.deb
rpms += telegraf-$(rpm_version).x86_64.rpm
endif