Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120839153
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6a9234e3c..70624ceb8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,68 +1,68 @@
name: Cyrus IMAP CI
on:
push:
pull_request:
branches:
- master
- main
- cyrus-imapd-3.8
- cyrus-imapd-3.6
- cyrus-imapd-3.4
- cyrus-imapd-3.2
- cyrus-imapd-3.0
jobs:
build:
runs-on: ubuntu-latest
container:
image: cyrusimapdocker/cyrus-buster:latest
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --init
steps:
- uses: actions/checkout@v3
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
- name: configure and build
shell: bash
run: |
git config --global --add safe.directory /__w/cyrus-imapd/cyrus-imapd
echo "building cyrus version" $(./tools/git-version.sh)
./tools/build-with-cyruslibs.sh
- name: report version information
shell: bash
run: |
echo "debian" $(cat /etc/debian_version)
/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: install missing deps
- shell: bash
- run: |
- cpanm IO::File::fcntl
- cpanm Digest::CRC
- cpanm XML::Simple # XXX could be grabbed from apt by docker image
- name: set up cassandane
working-directory: cassandane
shell: bash
run: |
cp -af cassandane.ini.dockertests cassandane.ini
chown cyrus:mail cassandane.ini
make -j8
- name: run cassandane quietly
id: cass1
continue-on-error: true
working-directory: cassandane
run: setpriv --reuid=cyrus --regid=mail --clear-groups --inh-caps='-chown,-dac_override,-dac_read_search,-fowner,-fsetid,-kill,-setgid,-setuid,-setpcap,-linux_immutable,-net_bind_service,-net_broadcast,-net_admin,-net_raw,-ipc_lock,-ipc_owner,-sys_module,-sys_rawio,-sys_chroot,-sys_ptrace,-sys_pacct,-sys_admin,-sys_boot,-sys_nice,-sys_resource,-sys_time,-sys_tty_config,-mknod,-lease,-audit_write,-audit_control,-setfcap,-mac_override,-mac_admin,-syslog,-wake_alarm,-block_suspend,-audit_read,-cap_38,-cap_39,-cap_40' ./testrunner.pl --slow -f prettier -j 8 !Test::Core
- name: rerun cassandane failures noisily
if: ${{ steps.cass1.outcome == 'failure' }}
working-directory: cassandane
run: setpriv --reuid=cyrus --regid=mail --clear-groups --inh-caps='-chown,-dac_override,-dac_read_search,-fowner,-fsetid,-kill,-setgid,-setuid,-setpcap,-linux_immutable,-net_bind_service,-net_broadcast,-net_admin,-net_raw,-ipc_lock,-ipc_owner,-sys_module,-sys_rawio,-sys_chroot,-sys_ptrace,-sys_pacct,-sys_admin,-sys_boot,-sys_nice,-sys_resource,-sys_time,-sys_tty_config,-mknod,-lease,-audit_write,-audit_control,-setfcap,-mac_override,-mac_admin,-syslog,-wake_alarm,-block_suspend,-audit_read,-cap_38,-cap_39,-cap_40' ./testrunner.pl -f pretty -j 8 --rerun
- name: collect logs
if: always()
run: cat /tmp/cass/*/conf/log/syslog
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Apr 24, 2:09 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18880214
Default Alt Text
(3 KB)
Attached To
Mode
R111 cyrus-imapd
Attached
Detach File
Event Timeline