Skip to content

Add helper for showing memory usage of string container #23

Add helper for showing memory usage of string container

Add helper for showing memory usage of string container #23

name: Build and Test Xen
on: [push]
jobs:
Linux:
runs-on: ubuntu-18.04
steps:
- name: Install Packages
run: sudo apt-get install coreutils \
build-essential gcc git make flex bison \
software-properties-common libwww-perl python \
bin86 gdb bcc liblzma-dev python-dev gettext iasl \
uuid-dev libncurses5-dev libncursesw5-dev pkg-config \
libgtk2.0-dev libyajl-dev sudo time
- uses: actions/checkout@v1
- name: build CBMC tools
run: make -C src minisat2-download
run: make -C src cbmc.dir goto-cc.dir goto-diff.dir

Check failure on line 23 in .github/workflows/build-and-test-Xen.yml

View workflow run for this annotation

GitHub Actions / Build and Test Xen

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-test-Xen.yml (Line: 23, Col: 7): 'run' is already defined
- name: get Xen 4.13
run: git clone git://xenbits.xen.org/xen.git xen_4_13 && cd xen_4_13 && git reset --hard RELEASE-4.13.0