Skip to content

Commit

Permalink
CI: Disable mod_prometheus testing
Browse files Browse the repository at this point in the history
Right now compilation fails due to many:

.../prometheus-4.11.0/src/metrics/prometheus_quantile_summary.erl:67:14:
can't find include lib "quantile_estimator/include/quantile_estimator.hrl"
%   67| -include_lib("quantile_estimator/include/quantile_estimator.hrl").
  • Loading branch information
badlop committed Nov 25, 2024
1 parent 6511f3d commit c0d2e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
- name: Disable mod_captcha_rust testing
run: sed -i '/mod_captcha_rust/d' modules_available.txt

- name: Disable mod_prometheus testing
run: sed -i '/mod_prometheus/d' modules_available.txt

- name: Disable mod_s3_upload testing with old OTP
if: matrix.elixir < '1.16'
run: sed -i '/mod_s3_upload/d' modules_available.txt
Expand Down

0 comments on commit c0d2e89

Please sign in to comment.