Johan Boule

Results 32 comments of Johan Boule

I don't want to import in the build dir on ELF systems, since the RPATHs are correctly set right into .conan dirs. We want it to be done on windows,...

There's something mysterious about why Nathan chose to first implement modules support in a repo that describes itself as a pure port of GNU Make to Amiga and SAS/C. EDIT:...

Hi, Cirrus CI tried to build the image after my PR about the clang isntall. Unfortunately, their infrastructure doesn't allow a job to take more than an hour. It timed...

@boris-kolpackov Clang has chosen to recognise .cppm as module interface files (i.e. it implies a `-xc++-module` flag). I too would like to have a more unified convention for filenames.

Just some update about clang: the earlier `-fmodules` option actually had to do with their enhanced precompiled header infrastructure. I may not have followed everything, but I think it's only...

Would it make sense to add a `install_build2.sh` step to the `Dockerfile` ?

I was thinking about a script that downloads the install shell script that you recommand (e.g. https://download.build2.org/0.10.0/build2-install-0.10.0.sh) and try to make it noninteractive with the options `--yes --trust 86:BA:D4:DE:2C:87:1A:EE:38:C7:F1:64:7F:65:77:02:15:79:F3:C4:83:C0:AB:5A:EA:F4:F7:8C:1D:63:30:C6` (the...

@boris-kolpackov Hi. I've tried to build the docker image with build2 in it. Unfortunately, some shell script inside build2's bootstrap process relies on the `which` command, and for reasons I...

@mathstuf If you're willing to have a look again at my PR before publishing a new image, that would be a chance to include clang and build2. It's building fine...

Just in case someone needs it. The latest beta version string can be obtained with: `curl -sSf https://stage.build2.org/0/toolchain.sha256 | sed -n 's,^.*/build2-install-\(.*\)-stage\.sh$,\1,p'` The latest stable version string with: `curl -sSf...