Skip to content

Commit

Permalink
Fix #173 permissions error building libsai (#175)
Browse files Browse the repository at this point in the history
* Fix #158 - libsai delete operation failure and log msg. THe test for error code was backwards and log message used same write updateType string for all operations. I fixed the compare and used a dynamic enum print method.

* Revert "Fix #158 - libsai delete operation failure and log msg. THe test for error code was backwards and log message used same write updateType string for all operations. I fixed the compare and used a dynamic enum print method."

This reverts commit 820e08e.

* Fixup perms after meta make to prevent perms issue with libsai

Co-authored-by: Chris Sommers <[email protected]>
  • Loading branch information
chrispsommers and chrispsommers authored Aug 4, 2022
1 parent 856a4bf commit 046e05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash-pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ sai-meta: fix-perms
-v $(PWD)/..:/dash -w /dash/dash-pipeline/SAI/SAI/meta \
$(DOCKER_SAITHRIFT_BLDR_IMG) \
make
sudo chmod -R o+rw SAI/

# TODO - add SAI header dependencies
libsai: fix-perms
Expand Down

0 comments on commit 046e05a

Please sign in to comment.