Skip to content

Console Output

+ docker build -t testsuite-fmu-crosscompile --pull .CI/cache
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  2.048kB

Step 1/2 : FROM docker.openmodelica.org/build-deps:v1.16.3
v1.16.3: Pulling from build-deps
Digest: sha256:adf626710a9b2ab23227ed1854c3b34cb0a635a807379e132a576a907304dc43
Status: Image is up to date for docker.openmodelica.org/build-deps:v1.16.3
 ---> 6200885fe076
Step 2/2 : RUN mkdir -p /cache/runtest/ /cache/omlibrary/ && chmod ugo+rwx /cache/runtest/ /cache/omlibrary/
 ---> Running in 5af3ea647ab1
Removing intermediate container 5af3ea647ab1
 ---> 346f03b097bf
Successfully built 346f03b097bf
Successfully tagged testsuite-fmu-crosscompile:latest