Skip to content

Commit

Permalink
Generate rust lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
F5OEO committed Feb 11, 2025
1 parent a672905 commit 758e8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/maia-httpd/maia-httpd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ TOOLCHAIN_FORTRAN = $(HOST_DIR)/bin/$(CROSS_COMPILE)gfortran

define MAIA_HTTPD_BUILD_CMDS
$(shell bash -c "PATH="$(HOST_DIR)/bin:$(PATH)" && cd $(MAIA_HTTPD_SRCDIR)/maia-httpd && \
$(HOST_DIR)/bin/cargo generate-lockfile && \
OPENSSL_DIR=$(HOST_DIR) OPENBLAS_TARGET=armv7 OPENBLAS_HOSTCC=gcc \
BINDGEN_EXTRA_CLANG_ARGS_armv7_unknown_linux_gnueabihf="--sysroot=$(HOST_DIR)/arm-buildroot-linux-gnueabihf/sysroot" \
OPENBLAS_CC=$(TOOLCHAIN) OPENBLAS_FC=$(TOOLCHAIN_FORTRAN) cargo build --release --target armv7-unknown-linux-gnueabihf \
Expand Down

0 comments on commit 758e8a3

Please sign in to comment.