Skip to content

Console Output

+ docker build -t testsuite-fmu-crosscompile --pull .CI/cache
Sending build context to Docker daemon  2.048kB

Step 1/2 : FROM docker.openmodelica.org/build-deps:v1.16.5
v1.16.5: Pulling from build-deps
23884877105a: Already exists
bc38caa0f5b9: Already exists
2910811b6c42: Already exists
36505266dcc6: Already exists
d07974147cf8: Already exists
f442b9ab76cb: Already exists
f1d59ab47f0d: Already exists
bee249aed2a8: Already exists
87df069dcb07: Already exists
5c5ebb507706: Already exists
9542ecaa555f: Pulling fs layer
9542ecaa555f: Verifying Checksum
9542ecaa555f: Download complete
9542ecaa555f: Pull complete
Digest: sha256:a68395742f07bb90bfbf1566266dbd2cf83c2416134425fb4d540e38e5450bb9
Status: Downloaded newer image for docker.openmodelica.org/build-deps:v1.16.5
 ---> 0330b25dbcc9
Step 2/2 : RUN mkdir -p /cache/runtest/ /cache/omlibrary/ && chmod ugo+rwx /cache/runtest/ /cache/omlibrary/
 ---> Running in a14a5aedb8d2
Removing intermediate container a14a5aedb8d2
 ---> f416a3a77a4d
Successfully built f416a3a77a4d
Successfully tagged testsuite-fmu-crosscompile:latest