Skip to content

Commit

Permalink
build(fix): pass arch to finch-core install.dependencies target (#1034)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
Fixes cross-building after this finch-core change
(runfinch/finch-core#370) is merged and
submodules are synced

*Testing done:*



- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Jul 12, 2024
1 parent 2452614 commit fa5078f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ all: arch-test finch install.finch-core-dependencies finch.yaml networks.yaml co

.PHONY: install.finch-core-dependencies
install.finch-core-dependencies:
OUTDIR=$(OUTDIR) "$(MAKE)" -C $(FINCH_CORE_DIR) install.dependencies
OUTDIR=$(OUTDIR) ARCH=$(ARCH) "$(MAKE)" -C $(FINCH_CORE_DIR) install.dependencies

.PHONY: finch.yaml
finch.yaml: $(OS_OUTDIR)/finch.yaml
Expand Down

0 comments on commit fa5078f

Please sign in to comment.