瀏覽代碼

Merge pull request #2403 from jechol/master

Support pre-fetched deps for nix.
pull/2409/head
Fred Hebert 4 年之前
committed by GitHub
父節點
當前提交
22a6b19ba7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      bootstrap

+ 4
- 2
bootstrap 查看文件

@ -20,8 +20,10 @@ main(_) ->
%% cause weird failures when compilers get modified between releases.
rm_rf("_build/prod"),
%% The same pattern happens with default/ as well, particularly when
%% developig new things.
rm_rf("_build/default"),
%% developing new things.
%% Keep other deps in default/lib for build environments like Nix
%% where internet access is disabled that deps are not downloadable.
rm_rf("_build/default/lib/rebar"),
%% We fetch a few deps from hex for boostraping,
%% so we must compile r3_safe_erl_term.xrl which

Loading…
取消
儲存