[Git][NTPsec/ntpsec][master] Add sudo to "waf install" since /usr/local isn't writable on macOS otherwise

Matt Selsky (@selsky) gitlab at mg.gitlab.com
Fri May 19 06:19:15 UTC 2023



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
05d0db77 by Matt Selsky at 2023-05-19T02:18:18-04:00
Add sudo to "waf install" since /usr/local isn't writable on macOS otherwise

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -377,8 +377,8 @@ macos-basic:
     - DESTDIR=build/prison python ./waf install
     - DESTDIR=./prison python ./waf install
     - DESTDIR=../prison python ./waf install
-    - python ./waf install
-    - python ./waf uninstall
+    - sudo python ./waf install
+    - sudo python ./waf uninstall
     - rm -rvf build/prison ./prison ../prison
   tags:
     - saas-macos-medium-m1



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/05d0db7704570e75ca196cdedd26628110f894f7

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/05d0db7704570e75ca196cdedd26628110f894f7
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20230519/240918a2/attachment.htm>


More information about the vc mailing list