Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

builds norma itself for docker in the build container #254

Closed kjezek closed 3 weeks ago

kjezek commented 3 weeks ago

This PR updates build process of Norma for the docker environment in the way that Norma itself is build inside the container.

Previous version was error prone, because guest and host systems may run (and often run) different architectures. When Norma is build at host system and copied into the container, it cannot be executed in the container once it runs on a different platform.

Example: Norma was build on a dev Mac, i.e. arm64 while the docker container runs amd64.