File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ set -e # fail on error
17
17
set -x # display commands
18
18
19
19
SCRIPT_DIR=` dirname " $BASH_SOURCE " `
20
- source $SCRIPT_DIR /../scripts/linux/build_dawn.sh DEBUG " gcc-9 "
20
+ source $SCRIPT_DIR /../scripts/linux/build_dawn.sh DEBUG " gcc-13 "
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ set -e # fail on error
17
17
set -x # display commands
18
18
19
19
SCRIPT_DIR=` dirname " $BASH_SOURCE " `
20
- source $SCRIPT_DIR /../scripts/linux/build.sh DEBUG " gcc-9 " \
20
+ source $SCRIPT_DIR /../scripts/linux/build.sh DEBUG " gcc-13 " \
21
21
-DAMBER_ENABLE_SWIFTSHADER=TRUE
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ set -e # fail on error
17
17
set -x # display commands
18
18
19
19
SCRIPT_DIR=` dirname " $BASH_SOURCE " `
20
- source $SCRIPT_DIR /../scripts/linux/build.sh RELEASE " gcc-9 " \
20
+ source $SCRIPT_DIR /../scripts/linux/build.sh RELEASE " gcc-13 " \
21
21
-DAMBER_USE_CLSPV=TRUE \
22
22
-DAMBER_ENABLE_SWIFTSHADER=TRUE
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ set -e # fail on error
17
17
set -x # display commands
18
18
19
19
SCRIPT_DIR=` dirname " $BASH_SOURCE " `
20
- source $SCRIPT_DIR /../scripts/linux/build.sh RELEASE " gcc-9 " \
20
+ source $SCRIPT_DIR /../scripts/linux/build.sh RELEASE " gcc-13 " \
21
21
-DAMBER_ENABLE_SWIFTSHADER=TRUE \
22
22
-DAMBER_USE_DXC=TRUE
You can’t perform that action at this time.
0 commit comments