|
|
@@ -7,7 +7,7 @@ ubuntu2004: |
|
|
|
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions |
|
|
|
|
|
|
|
ubuntu2204: |
|
|
|
git clone --branch v2.5.2 https://github.com/AcademySoftwareFoundation/openexr || true |
|
|
|
git clone --branch v3.1.5 https://github.com/AcademySoftwareFoundation/openexr || true |
|
|
|
bash ../ubuntu2204.sh make impl |
|
|
|
make package-ubuntu2204 |
|
|
|
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions |
|
|
@@ -47,4 +47,4 @@ clean: |
|
|
|
rm -rf out |
|
|
|
|
|
|
|
shell: |
|
|
|
FLAGS="-i --privileged" bash ../ubuntu2004.sh /bin/bash |
|
|
|
FLAGS="-i --privileged" bash ../ubuntu2204.sh /bin/bash |