You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/08 04:23:30 UTC

[couchdb-rebar] branch main updated (5582379 -> 5e4c218)

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-rebar.git


    from 5582379  Relax ANNO limitation in test coverage utils
     new a83c689  Update travis OTP releases to test
     new 5e4c218  Add exceptions to fix xref on travis

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml  | 19 +++++--------------
 rebar.config |  2 ++
 2 files changed, 7 insertions(+), 14 deletions(-)


[couchdb-rebar] 02/02: Add exceptions to fix xref on travis

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-rebar.git

commit 5e4c218776781dd3a75af040fa8365c47420ad5a
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Jan 7 17:12:56 2023 -0800

    Add exceptions to fix xref on travis
    
    On travis, though not locally, these functions are causing `make xref`
    to fail.
    
    It might be possible to revert this commit on a different CI.
---
 rebar.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rebar.config b/rebar.config
index eda5a2c..ae022e6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -31,6 +31,8 @@
       - (\"diameter_dict_util\":\"format_error\"/\"1\")
       - (\"diameter_dict_util\":\"parse\"/\"2\")
       - (\"erlang\":\"timestamp\"/\"0\")
+      - (\"rebar_shell\":\"shell\"/\"2\")
+      - (\"error_logger\":\"swap_handler\"/\"1\")
       - (\"rebar_rnd\":\"seed\"/\"1\")
       - (\"rebar_rnd\":\"uniform\"/\"0\"))",
          []}]}.


[couchdb-rebar] 01/02: Update travis OTP releases to test

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-rebar.git

commit a83c689c302925f9f19b3b48c018241a48f57423
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Jan 7 16:05:11 2023 -0800

    Update travis OTP releases to test
---
 .travis.yml | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8be6814..0b4f2c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,9 @@
 sudo: false
 language: erlang
 otp_release:
-  - R16B02
-  - R16B01
-  - R16B
-  - R15B01
-  - R15B
-  - R14B04
-  - R14B03
-  - 17.0
-  - 18.0
-  - 19.1
-  - 20.0.5
-  - 20.1.5
+  - 23.3.1
+  - 24.3.1
+  - 25.1.1
 env: MAKE_TARGET=ci
 before_script:
   - hostname -f
@@ -23,10 +14,10 @@ after_script:
   - find .rebar
 matrix:
   include:
-    - otp_release: 20.1.5
+    - otp_release: 25.1.1
       env: MAKE_TARGET=ci-dialyze
   allow_failures:
-    - otp_release: 20.1.5
+    - otp_release: 25.1.1
       env: MAKE_TARGET=ci-dialyze
 script: make $MAKE_TARGET
 cache: