We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0eed commit a3e8f57Copy full SHA for a3e8f57
build.py
@@ -60,7 +60,7 @@
60
61
parser.add_argument(
62
"--gafferVersion",
63
- default = "0.58.1.0",
+ default = "0.58.2.0",
64
help = "The version of Gaffer to build against. "
65
)
66
build_docker_optix.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
3
-python build.py --version 0.22.0 --cyclesVersion 0.22.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
+python build.py --version 0.22.1 --cyclesVersion 0.22.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
0 commit comments