Skip to content

Commit

Permalink
Revert "env ld_library_path"
Browse files Browse the repository at this point in the history
This reverts commit ec97dc0.
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent b78529d commit d90fc48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/first-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ set -e
EMACS_DIR="$(cd "${GITHUB_WORKSPACE:-~}"/"${1:-.emacs.d}"; pwd -P)/"
EMACS=${EMACS:=emacs}


LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"

# Redefine ask-user-about-lock as the melpa seems to stumble on it
# quite often in macos runs. Strategy: wait for 5s then grab the lock
# anyway.
env LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \
"${EMACS}" -Q --batch \
${EMACS} -Q --batch \
--eval '
(progn
(setq debug-on-error t
Expand Down

0 comments on commit d90fc48

Please sign in to comment.