Skip to content

Commit 9b316c3

Browse files
committed
[TEMP] fix: Use older rust to workaround cross LTO issue
1 parent 95607dc commit 9b316c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/build-hyperfox.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip
55
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
66
export MOZ_BUILD_DATE="$(date -u${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH} +%Y%m%d%H%M%S)"
77
export MOZ_NOSPAM=1
8+
export MOZ_RUST_VERSION="1.81.0"
89

910
cd /src || exit
1011
make dir || exit

0 commit comments

Comments
 (0)