Update rust-toolchain to 2020-07-27
This commit is contained in:
committed by
Jeremy Soller
parent
d5deed54c6
commit
e5abb6529b
Submodule apps/firmware-setup updated: ae3ee51a97...c0ecd4e8d5
Submodule apps/firmware-smmstore updated: fb267b83ef...0e6b1c1c30
Submodule apps/firmware-update updated: 079b0d2e7e...cbc5dbcf6f
Submodule apps/gop-policy updated: e9cb8db425...4610cc6e2d
@@ -1 +1 @@
|
|||||||
nightly-2019-11-04
|
nightly-2020-07-27
|
||||||
|
@@ -93,9 +93,9 @@ then
|
|||||||
# Rebuild firmware-update
|
# Rebuild firmware-update
|
||||||
export BASEDIR="system76_${MODEL}_${VERSION}"
|
export BASEDIR="system76_${MODEL}_${VERSION}"
|
||||||
pushd apps/firmware-update >/dev/null
|
pushd apps/firmware-update >/dev/null
|
||||||
rm -rf "build/x86_64-efi-pe"
|
rm -rf "build/x86_64-unknown-uefi"
|
||||||
make "build/x86_64-efi-pe/boot.img"
|
make "build/x86_64-unknown-uefi/boot.img"
|
||||||
cp -v "build/x86_64-efi-pe/boot.img" "${USB}.partial"
|
cp -v "build/x86_64-unknown-uefi/boot.img" "${USB}.partial"
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
# Copy firmware to USB image
|
# Copy firmware to USB image
|
||||||
|
Reference in New Issue
Block a user