Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 29, 2024
1 parent 60048ad commit a4d8251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
set -e
self="$(realpath "$0")"
path="$(dirname "$self")"
set -x
echo "Working in $path"
cd "$path"
export LANG="C.UTF-8"

function nixify() {
read -r -a args <<< "$(grep -v '^\s*$' .keep.env | sed "s/^/--keep /;s/$/ /" | tr '\n' ' ')"
Expand Down
1 change: 0 additions & 1 deletion devops/.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -x

export _JAVA_OPTIONS="-Xmx4000M -XX:ReservedCodeCacheSize=384M -XX:NonProfiledCodeHeapSize=256M -XX:MaxMetaspaceSize=1024M"


export SCALA212=$(cat project/Deps.sc | grep 'val scala212 ' | sed -r 's/.*\"(.*)\".**/\1/')
export SCALA213=$(cat project/Deps.sc | grep 'val scala213 ' | sed -r 's/.*\"(.*)\".**/\1/')
export SCALA3=$(cat project/Deps.sc | grep 'val scala300 ' | sed -r 's/.*\"(.*)\".**/\1/')
Expand Down

0 comments on commit a4d8251

Please sign in to comment.