Skip to content

Commit fa3cf78

Browse files
authored
MINOR: [R][CI] Fix typo in docker configure script (#14374)
Fix [typo](https://github.com/ursacomputing/crossbow/actions/runs/3225397138/jobs/5277936316) introduced in #14243 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
1 parent e8afe80 commit fa3cf78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/r_docker_configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if [[ -n "$DEVTOOLSET_VERSION" ]]; then
7676
# Only add make var if not set
7777
if ! grep -Fq "CXX17=" ~/.R/Makevars &> /dev/null; then
7878
mkdir -p ~/.R
79-
echo "CXX17=g++ -std=g++17 -g -O2 -fpic" >> ~/.R/Makevars
79+
echo "CXX17=g++ -std=gnu++17 -g -O2 -fpic" >> ~/.R/Makevars
8080
fi
8181
fi
8282

0 commit comments

Comments
 (0)