Skip to content

Commit

Permalink
Merge with Snitch cluster bump commit
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 3, 2024
1 parent 243995d commit 9770e44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build docs
run: |
bender update && bender checkout
bender checkout
mkdocs build
#######################
Expand All @@ -38,6 +38,8 @@ jobs:
submodules: 'recursive'
- name: Build Software
run: |
bender checkout
pip install deps/snitch_cluster
make -C target/sim sw
###############################
Expand Down
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ packages:
Git: https://github.com/pulp-platform/scm.git
dependencies: []
snitch_cluster:
revision: 35da8ab3542973ae27a7a526e39becd4fc1dee52
revision: 8bf322abe72db267c41b01fafd21adcb74147ce0
version: null
source:
Git: https://github.com/pulp-platform/snitch_cluster.git
Expand Down
4 changes: 3 additions & 1 deletion iis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
export BENDER=bender-0.27.1
$BENDER checkout

source deps/snitch_cluster/iis-setup.sh
cd deps/snitch_cluster
source iis-setup.sh
cd -

# Define required environment variables
export CLANG_FORMAT=clang-format-10.0.1
Expand Down

0 comments on commit 9770e44

Please sign in to comment.