Skip to content

Commit

Permalink
kokoro: use gcc 13 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Jan 31, 2025
1 parent 3fb20a0 commit 1bfa1aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kokoro/linux-gcc-debug-dawn/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ set -e # fail on error
set -x # display commands

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/../scripts/linux/build_dawn.sh DEBUG "gcc-9"
source $SCRIPT_DIR/../scripts/linux/build_dawn.sh DEBUG "gcc-13"
2 changes: 1 addition & 1 deletion kokoro/linux-gcc-debug/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ set -e # fail on error
set -x # display commands

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/../scripts/linux/build.sh DEBUG "gcc-9" \
source $SCRIPT_DIR/../scripts/linux/build.sh DEBUG "gcc-13" \
-DAMBER_ENABLE_SWIFTSHADER=TRUE
2 changes: 1 addition & 1 deletion kokoro/linux-gcc-release-clspv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ set -e # fail on error
set -x # display commands

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE "gcc-9" \
source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE "gcc-13" \
-DAMBER_USE_CLSPV=TRUE \
-DAMBER_ENABLE_SWIFTSHADER=TRUE
2 changes: 1 addition & 1 deletion kokoro/linux-gcc-release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ set -e # fail on error
set -x # display commands

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE "gcc-9" \
source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE "gcc-13" \
-DAMBER_ENABLE_SWIFTSHADER=TRUE \
-DAMBER_USE_DXC=TRUE

0 comments on commit 1bfa1aa

Please sign in to comment.