rebar3 icon indicating copy to clipboard operation
rebar3 copied to clipboard

Erlang build tool that makes it easy to compile and test Erlang applications and releases.

Results 163 rebar3 issues
Sort by recently updated
recently updated
newest added

Hi. I've seen today this very strange error in one of my builds. When I run `rebar3 compile` or `rebar3 eunit` everything works. Only when I call rebar3 ct I...

I'm busy upgrading rebar3 from a much older version. When building a `tar` with a `--relname` different to the application name the building of the tar fails as it's looking...

Keep cli args when building tarball since relname is used for sourcing files to archive Fixes: #2814

### Environment ### `rebar3 3.22.0` `Erlang/OTP 24` `macOS Ventura` (but probably every other platform is affected) ``` $ rebar3 as foo release -m one,two ... Assembling of release one ===>...

### Environment ### Rebar3 3.22.0 on Erlang/OTP 26.0.2. ### Current behaviour ### The following example works fine, but it would be nice if the final `rebar3 relup` command wouldn't insist...

### Current behaviour ### Rebar3 allows the specification of a config file with the `--config` option of `rebar shell` However it does not allow the specification of individual config key/values...

### Pre-Check ### I didn't find anything related to this (potential) feature request in the issues or pull requests. I am willing to implement a solution to this if it's...

With the following profile set on `rebar.config` ``` {profiles, [ {local, [ {relx, [ {dev_mode, true}, {include_erts, true}, {system_libs, true}, {overlay_vars, [ "config/overlays/default.config", "config/overlays/default_secrets.config" ]} ]} ]} ]} ``` Running...

We have an older version of rebar3 (3.13.3) . We can't upgrade easily to a newer version, and we need to release old versions of our products, so the only...

awaiting update

I was trying to setup Dockerfile for my application but this application also creates some Erlang scripts at runtime with Rebar3. The issue is when i execute `rebar3 new escript...