Fabien Chouteau

Results 94 comments of Fabien Chouteau

So we now have the basic build profile and switch support in the dev branch. There is one thing I would like to tackle but I am not sure how...

Or maybe the local config file could be used here to log the latest build profile...

Should we consider generating the archives with `alr publish` and hosting them in the index repo or another repo? I don't know what the size limit is github.

> I don't think we can allow users to do so; Why not? > at most we could help with creating the release/uploading the tarball to the user's repo (if...

I didn't know about this GitHub CLI tool called `hub`. There is a command to create a release on a repo: https://hub.github.com/hub-release.1.html This can be useful because it can upload...

That's a good question, I was also thinking about this lately. I guess this going more in the "sandbox" territory.

As I said in the other PR, this should probably be generated by CLIC directly. See my proof of concept: https://github.com/alire-project/clic/pull/12

> The problem was/is that the compilers available via Alire are built against the CommandLineTools - they’re configured with Thanks to you @simonjwright this should be solved in the next...

Thank you @wiremoons > Similar to Linux distribution package managers such as `apt` or `pacman`, many Apple computer users (both Apple M1 chip and Intel x86 chip) use [Homebrew](https://brew.sh/) or...

I don't have time to look at what the other package managers do, but I would think that cargo has the same kind of constraints.