Skip to content

Commit

Permalink
fix: update java, ensure erlang can be installed without elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Jun 27, 2024
1 parent eef07ac commit 44cfec8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ python = "3.12.3"
poetry = "1.7.1"
elixir = "1.17.1-otp-27"
erlang = "27.0"
java = "22.0.0"
java = "liberica-javafx-22.0.1+10"
terraform = "1.4.2"
perl = "5.38.2"
shellcheck = "0.10.0"
usage = "0.3.0"
"pipx:erikbern/git-of-theseus" = "latest"
Expand Down
2 changes: 0 additions & 2 deletions .config/zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ $PATH"
export CPPFLAGS="${CPPFLAGS+"$CPPFLAGS "}-I$prefix/opt/unixodbc/include"
export LDFLAGS="${LDFLAGS+"$LDFLAGS "}-L$prefix/opt/unixodbc/lib"
export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$prefix/opt/openssl@3"
export KERL_BUILD_DOCS=yes
export KERL_DOC_TARGETS="html chunks"

# Added by OrbStack: command-line tools and integration
# source ~/.orbstack/shell/init.zsh 2>/dev/null || :
Expand Down

0 comments on commit 44cfec8

Please sign in to comment.