Skip to content

Commit

Permalink
Do not update packages on FreeBSD (CI) (elixir-lang#9881)
Browse files Browse the repository at this point in the history
FreeBSD builds are failing because `pkg` refuses to install 
new packages that were built using more recent OS versions. 

The build does not update the packages to avoid the error.
  • Loading branch information
fertapric authored Mar 8, 2020
1 parent a4e909f commit 94a8c9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ test_freebsd_task:
LC_ALL: en_US.UTF-8

install_script:
- sudo pkg update
- pkg install -y erlang git gmake
- rm -rf .git
- gmake compile
Expand Down

0 comments on commit 94a8c9a

Please sign in to comment.