Skip to content

Commit

Permalink
gh: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 15, 2024
1 parent 25a6891 commit 1c11d75
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
llvm-version: [18]
image-version: [22.04]
vast-target: ['hl']
disable-unsup: [true, false]

runs-on: ubuntu-${{ matrix.image-version }}
if: ${{ always() }}
Expand All @@ -102,12 +101,16 @@ jobs:
run: echo "${PWD}/vast/bin/" >> $GITHUB_PATH

- name: Install benchmark dependencies
# Not sure which exact clang or LLVM packages are necessary
run: |
apt-get update
apt-get -y install bear clang git fakeroot build-essential \
ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison
apt-get -y install git fakeroot build-essential \
ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison \
bear \
clang-18 clang-tools-18 \
llvm-18 llvm-18-tools llvm-18-linker-tools llvm-18-runtime
- name: Clone the Linux kernel and build it to create compiliation database
- name: Clone the Linux kernel and build it to create compilation database
run: |
git clone --depth=1 https://github.com/torvalds/linux.git linux
cd linux
Expand Down

0 comments on commit 1c11d75

Please sign in to comment.