Skip to content

Commit

Permalink
Fixes for Kokoro builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-clayton committed Nov 29, 2023
1 parent 535d491 commit a4534b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/primes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <vector>

#include <math.h>
#include <stdio.h>

// searchMax defines the upper limit on primes to find.
constexpr int searchMax = 10000000;
Expand Down
2 changes: 1 addition & 1 deletion kokoro/ubuntu/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function status {
. /bin/using.sh # Declare the bash `using` function for configuring toolchains.

status "Setting up environment"
using gcc-9 # Always update gcc so we get a newer standard library.
using gcc-10 # Always update gcc so we get a newer standard library.

if [ "$BUILD_SYSTEM" == "cmake" ]; then
using cmake-3.17.2
Expand Down

0 comments on commit a4534b0

Please sign in to comment.