Skip to content

Commit

Permalink
update rustup before building the kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed May 22, 2021
1 parent b1b470a commit 0525baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ prepare:docker:
build:demo:
stage: build
image: ${CI_REGISTRY_IMAGE}
before_script:
- rustup update
script:
- if [ -d "$HOME/tmp_libhermit-rs" ]; then rm -rf $HOME/tmp_libhermit-rs; fi
- mkdir $HOME/tmp_libhermit-rs
Expand All @@ -55,6 +57,8 @@ test:integration:
stage: test
image: ${CI_REGISTRY_IMAGE}
allow_failure: true
before_script:
- rustup update
script:
- lscpu
- kvm-ok
Expand Down

0 comments on commit 0525baa

Please sign in to comment.