distribution-scripts
distribution-scripts copied to clipboard
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
Right now aarc64 tasks are run by CI, but they aren't really part of the build process. - [ ] create musl images #123 - [ ] create gnu images...
Currently it is required core developers, who has access to crystal-lang/crystal to run tests and dist jobs. It is not effective with more contributors. circleci allows to trigger pipelines with...
Allow to run build scripts for darwin to test changes in PR. ## Tests Run a build: https://github.com/miry/distribution-scripts/actions/runs/7476572158 Download the artifact and checked arch: ```shell $ file embedded/bin/crystal embedded/bin/crystal: Mach-O...
Currently the llvm_bin points to archive: http://crystal-lang.s3.amazonaws.com/llvm/llvm-15.0.7-3-darwin-x86_64.tar.gz As I see from changes ed5f1f97e0a67157d886dd6675902e35199a1ab3 it should be `universal`. Would it make sense to rename the filename and update the https://github.com/crystal-lang/distribution-scripts/blob/f2c1e13a9df73530efc4442b15e2fba90fae56dc/omnibus/config/software/llvm_bin.rb#L21 to...
I am contributing to this repo to be able build and test crystal on Darwin arm64. There are some work required to be done. I am going to split my...
By default uses the target of the system where the script is executed. If run darwin build on MacOS M1 laptop, it generates 2 arm binaries. And command `lito` returns...