![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch rtoy-add-opensuse-runner at cmucl / cmucl Commits: 07f31438 by Raymond Toy at 2024-08-05T11:21:11-07:00 Put debugging stuff for osx:install at the beginning of the script - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -154,12 +154,12 @@ osx:install: paths: - snapshot/ script: - - /opt/local/bin/curl -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2 - - mkdir snapshot - - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2) - echo PATH = $PATH - ls -F /usr/local/bin - type -all gitlab-runner + - /opt/local/bin/curl -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2 + - mkdir snapshot + - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2) osx:build: stage: build View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/07f31438528e9d910932309d... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/07f31438528e9d910932309d... You're receiving this email because of your account on gitlab.common-lisp.net.