Skip to content

Commit

Permalink
Merge branch 'master' into libcyrus-imap-sieve-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
J5lx committed Jan 22, 2025
2 parents 91f7714 + 025c3ff commit 95a2500
Show file tree
Hide file tree
Showing 1,860 changed files with 20,821 additions and 32,137 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Cyrus IMAP CI

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -15,18 +16,15 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: cyrusimapdocker/cyrus-buster:latest
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --init
image: ghcr.io/cyrusimap/cyrus-docker:bookworm
options: --init
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install missing or frequently-updated deps
shell: bash
run: |
cpanm IO::File::fcntl
cpanm Digest::CRC
cpanm XML::Simple # XXX could be grabbed from apt by docker image
cpanm Mail::IMAPTalk # in image, but fetch latest!
- name: setup git safe directory
shell: bash
Expand All @@ -52,14 +50,6 @@ jobs:
echo "Mail::IMAPTalk" $(cpanm --info Mail::IMAPTalk)
/usr/cyrus/libexec/master -V
/usr/cyrus/sbin/cyr_buildinfo
- name: update jmap test suite
working-directory: /srv/JMAP-TestSuite.git
shell: bash
run: |
git fetch
git checkout origin/master
git clean -f -x -d
cpanm --installdeps .
- name: set up cassandane
working-directory: cassandane
shell: bash
Expand Down
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ Makefile.bak
Makefile.old
aclocal.m4
autom4te.cache/
backup/backupd
backup/ctl_backups
backup/cyr_backup
backup/restore
bench/cyrdbbench
cmulocal/libtool.m4
cmulocal/ltoptions.m4
Expand Down Expand Up @@ -61,6 +57,7 @@ cunit/unit
debian/
depcomp
doc/examples/imapd_conf/imapd.conf.sample
doc/examples/libcyrus/example_libcyrus_min
doc/html/
doc/legacy/murder.png
doc/legacy/netnews.png
Expand Down Expand Up @@ -100,8 +97,7 @@ imap/dav_reconstruct
imap/deliver
imap/fetchnews
imap/fud
imap/http_caldav_js.h
imap/http_carddav_js.h
imap/http_cal_abook_admin_js.h
imap/http_err.c
imap/http_err.h
imap/httpd
Expand Down
Loading

0 comments on commit 95a2500

Please sign in to comment.