File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : Build distribution files
3232 working-directory : ${{ env.PLUGIN_FOLDER }}
3333 run : |
34- make dist RABBITMQ_VERSION=${{ matrix.PLATFORM.RMQREF }} MIX_ENV=prod DIST_AS_EZS=yes IS_DEP=true
34+ make dist RABBITMQ_VERSION=${{ matrix.PLATFORM.RMQREF }} MIX_ENV=prod DIST_AS_EZS=yes
3535 - name : Store build artifacts
3636 uses : actions/upload-artifact@v4
3737 with :
Original file line number Diff line number Diff line change @@ -28,3 +28,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
2828
2929include ../../rabbitmq-components.mk
3030include ../../erlang.mk
31+
32+ # compile: warnings being treated as errors
33+ # Elixir.RabbitMQ.CLI.Ctl.Commands.ListWebOcppConnectionsCommand.erl:11:2: behaviour 'Elixir.RabbitMQ.CLI.CommandBehaviour' undefined
34+ ERLC_OPTS := $(filter-out -Werror,$(ERLC_OPTS ) )
Original file line number Diff line number Diff line change 66% %
77
88-module (rabbit_web_ocpp_handler ).
9+
10+ -feature (maybe_expr , enable ).
11+
912-behaviour (cowboy_websocket ).
1013-behaviour (cowboy_sub_protocol ).
1114
Original file line number Diff line number Diff line change 66% %
77-module (rabbit_web_ocpp_processor ).
88
9- % % Simplified exports for OCPP
9+ -feature (maybe_expr , enable ).
10+
1011-export ([info /2 ,
1112 init /7 ,
1213 process_incoming /2 ,
You can’t perform that action at this time.
0 commit comments