Skip to content

Commit

Permalink
ufscar: add popular DNS servers to singularity builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Nov 21, 2023
1 parent 901e0c8 commit bd019f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/package-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ function makepkg-singularity() {
-B "${_CCACHE}:${_HOME}/.ccache" \
-B "${_SRCCACHE}:${_HOME}/pkgsrc" \
-B "${CAUR_CACHE_PKG}:/var/cache/pacman/pkg" \
--dns 1.1.1.1,8.8.8.8 \
"${_SANDBOX}" \
"/home/main-builder/wizard.sh" "${@:2}" || local _BUILD_FAILED="$?"

Expand Down

0 comments on commit bd019f9

Please sign in to comment.