Skip to content

Commit

Permalink
Create ara-cheshire-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aitesam961 committed Oct 16, 2024
1 parent 19e3e5a commit deb5074
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ara-cheshire-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ARA-Cheshire Quick build test
on:
workflow_dispatch:
inputs:
build:
description: 'Run ARA-Cheshire Build'
required: true
default: 'yes'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Dependencies
run: sudo apt-get install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev cargo

- name: Build RISC-V Toolchain
run: |
git clone [email protected]:pulp-platform/cheshire.git
cd cheshire
git checkout 54511b7
cargo install bender
bender update

0 comments on commit deb5074

Please sign in to comment.