Skip to content

Commit 4912447

Browse files
committed
Update build scripts
1 parent 7383a8c commit 4912447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_docker_optix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
python build.py --version 0.13.0 --cyclesVersion 0.13.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
3+
python build.py --version 0.15.0 --cyclesVersion 0.15.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@

build_docker_optix_experimental.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
python build.py --version 0.13.0 --cyclesVersion 0.13.0-experimental --optix 1 --experimental 1 --docker 1 --upload 0 $@
3+
python build.py --version 0.15.0 --cyclesVersion 0.15.0-experimental --optix 1 --experimental 1 --docker 1 --upload 0 $@

0 commit comments

Comments
 (0)