Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 30, 2024
1 parent 9e2784e commit 0c49f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
SCALA_VERSION: ${{ matrix.scala }}
JAVA_VERSION: ${{ matrix.java }}
run: ./build.sh nix test
run: ./build.sh nix gen test
#
# build-js:
# runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions devops/.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ JDK_VERSION_VAR="JDK${JAVA_VERSION}"
export JAVA_HOME="${!JDK_VERSION_VAR}"
export PATH=$JAVA_HOME/bin:$PATH

export COURSIER_CACHE="$HOME/.cache/coursier"
mkdir -p "${COURSIER_CACHE}"

export _JAVA_OPTIONS="-Dcoursier.cache=${COURSIER_CACHE} -Xmx4000M -XX:ReservedCodeCacheSize=384M -XX:NonProfiledCodeHeapSize=256M -XX:MaxMetaspaceSize=1024M"
export _JAVA_OPTIONS="-Duser.home=${HOME} -Xmx4000M -XX:ReservedCodeCacheSize=384M -XX:NonProfiledCodeHeapSize=256M -XX:MaxMetaspaceSize=1024M"

env

0 comments on commit 0c49f2b

Please sign in to comment.