File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,19 @@ install:
20
20
- rustup component add rustfmt-preview
21
21
# Try installing cargo-xbuild if it's not already installed
22
22
- hash cargo-xbuild || cargo install cargo-xbuild
23
- # Download OVMF
24
- - bash -e "uefi-test-runner/ci/ovmf.sh"
23
+ # Save the current branch
24
+ - git branch travis-temp
25
+ # Checkout the firmware branch
26
+ - git fetch origin ovmf:ovmf
27
+ - git checkout ovmf
28
+ # Download it with Git LFS
29
+ - git lfs pull
30
+ # Copy it to the local directory
31
+ - cp -v x86_64/*.fd .
32
+ # Checkout the original repo back
33
+ - git checkout travis-temp
34
+ # Move the firmware files to the right directory
35
+ - mv -v *.fd uefi-test-runner
25
36
26
37
before_script :
27
38
# Try using cached QEMU install
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments