Skip to content

Commit

Permalink
Updating build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
boberfly committed Oct 21, 2019
1 parent ff9eacd commit 0ffa87a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python build.py --version 0.10.0 --cyclesVersion 0.10.0 --docker 1 --upload 0 $@
python build.py --version 0.10.2 --cyclesVersion 0.10.0 --docker 1 --upload 0 $@
2 changes: 1 addition & 1 deletion build_docker_optix.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python build.py --version 0.10.0 --cyclesVersion 0.10.0 --optix 1 --docker 1 --upload 0 $@
python build.py --version 0.10.2 --cyclesVersion 0.10.0 --optix 1 --docker 1 --upload 0 $@
2 changes: 1 addition & 1 deletion build_linux_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ -z "${GAFFER_ROOT}" ]]; then
fi

# Packaging variables
VERSION=0.10.0
VERSION=0.10.2
GAFFERVERSION=0.54.2.0

if [[ -z "${GAFFER_BUILD_TYPE}" ]]; then
Expand Down

0 comments on commit 0ffa87a

Please sign in to comment.