Skip to content

Commit 91bbf3e

Browse files
committed
Remove sudo to fix RHEL builds
1 parent 018cce6 commit 91bbf3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/compile-extension.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_extension ()
3434
pecl install -f mongodb
3535
fi
3636

37-
sudo cp ${PROJECT_DIRECTORY}/.evergreen/config/php.ini ${PHP_PATH}/lib/php.ini
37+
cp ${PROJECT_DIRECTORY}/.evergreen/config/php.ini ${PHP_PATH}/lib/php.ini
3838

3939
php --ri mongodb
4040
}

.evergreen/install-composer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ case "$DEPENDENCIES" in
2828
;;
2929
esac
3030

31-
sudo cp ${PROJECT_DIRECTORY}/.evergreen/config/php.ini ${PHP_PATH}/lib/php.ini
31+
cp ${PROJECT_DIRECTORY}/.evergreen/config/php.ini ${PHP_PATH}/lib/php.ini
3232

3333
php --ri mongodb
3434

0 commit comments

Comments
 (0)