generated from general-packages/nushell
Update debian/rules
This commit is contained in:
parent
45e87f5449
commit
009ffad5fc
4
debian/rules
vendored
4
debian/rules
vendored
@ -6,6 +6,8 @@ export DH_VERBOSE = 1
|
|||||||
|
|
||||||
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
||||||
export PATH := $(PATH):/root/.cargo/bin
|
export PATH := $(PATH):/root/.cargo/bin
|
||||||
|
export PATH := $(shell . /root/.cargo/env && echo $$PATH)
|
||||||
|
export $(shell . /root/.cargo/env && env | grep "^CARGO_\|^RUSTUP_" | sed "s/=/:=/")
|
||||||
|
|
||||||
override_dh_prep:
|
override_dh_prep:
|
||||||
# amd64 build prep
|
# amd64 build prep
|
||||||
@ -20,7 +22,7 @@ override_dh_auto_build:
|
|||||||
#noop
|
#noop
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
rustup override set 1.8.4
|
rustup override set 1.84.1
|
||||||
/root/.cargo/bin/cargo fetch
|
/root/.cargo/bin/cargo fetch
|
||||||
/root/.cargo/bin/cargo build -p lact --release
|
/root/.cargo/bin/cargo build -p lact --release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user