Skip to content

Commit

Permalink
README *deploy*
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Girolamo committed May 2, 2021
1 parent 9d235b8 commit e042fc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,12 @@ jobs:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '*deploy*')"
steps:
- name: Check free space before maximize
run: |
echo "Free space before maximize:"
df -h
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 8192
remove-dotnet: 'true'
- name: Check free space after maximize
run: |
echo "Free space after maximize:"
df -h
- name: Checkout Code
uses: actions/checkout@v2
- name: Login to GitHub Container Registry
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ PsPIN [1] is an implementation of the sPIN programming model [2] based on PULP [
- `examples/*/driver/`. Simulation driver.
- `examples/*/handlers/`. Handlers code.

## Dependencies
- Verilator >= v4.108 (https://www.veripool.org/wiki/verilator)
- RISC-V GCC toolchain (source: https://github.com/pulp-platform/pulp-riscv-gnu-toolchain; prebuilt: [Ubuntu-x86-64](http://spclstorage.inf.ethz.ch/~digirols/pspin/riscv-gcc-ubuntu.tar.gz))

## Getting started

Please check the docs: https://spcl.github.io/pspin/.
Expand Down

0 comments on commit e042fc5

Please sign in to comment.