Skip to content

Commit

Permalink
Remove use of sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 17, 2024
1 parent 84f56eb commit 570b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/ubuntu/make_linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ handle_default() {
-DENABLE_TOOLS=ON \
-DPYTHON_EXECUTABLE:FILEPATH="$(${PYTHON} -c 'import os, sys; print(os.path.dirname(sys.executable))')/${PYTHON}" \
make
sudo "$PYTHON" setup.py --command-packages=stdeb.command sdist_dsc
"$PYTHON" setup.py --command-packages=stdeb.command sdist_dsc
cd "$(find . -type d -name "debian" | head -n 1)"
sudo env DEB_BUILD_OPTIONS=nocheck debuild -us -uc
cp ../../*.deb ${WORKDIR}/build/
Expand Down

0 comments on commit 570b093

Please sign in to comment.