Raymond Toy pushed to branch rtoy-test-macos-vb-runner at cmucl / cmucl
Commits: 5dc771cd by Raymond Toy at 2024-07-05T19:06:42-07:00 More debugging to find gitlab-runner on osx.
What's in /usr/local/bin?
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -113,6 +113,7 @@ osx:install: - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2) - echo PATH = $PATH - type -all gitlab-runner + - ls -F /usr/local/bin
osx:build: stage: build
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/5dc771cdfa7f78ff36182814...