Skip to content

Commit

Permalink
Native builds don't do quite what we want. Try a non-native build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Barnes committed Apr 16, 2015
1 parent 14f36cb commit cbf5ed8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions linux/Makefile.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kernel_devel_rpm = $(kernel_devel).$(PKGARCH).rpm
kernel_rpm_repo_url = http://repo.linux.corp.yahoo.com/rh$(DIST)_kernels/$(PKGARCH)

def_make_args = \
NATIVE=1 \
PLATFORMS='rh$(DIST).$(RPMARCH)' \
CONFIG_ARGS='-r $(kernel_vr)' \
BUILD_NUMBER='$(BUILD_NUMBER)'

Expand All @@ -57,8 +57,7 @@ publish: all
./deploy-rpms $(def_deploy_rpms_args)

tarball:
$(MOCK) $(def_mock_args) \
--chroot $(MAKE) $(def_make_args) $@
$(MAKE) $(def_make_args) $@

srpm: tarball mock_prep
$(MOCK) $(def_mock_args) \
Expand Down

0 comments on commit cbf5ed8

Please sign in to comment.