1
0
mirror of https://github.com/s3fs-fuse/s3fs-fuse.git synced 2025-02-03 19:18:25 +00:00

69 Commits

Author SHA1 Message Date
Andrew Gaul
577e2bc987
Generate S3Proxy SSL certificate during tests ()
Also provide CA bundle to AWS CLI to work around CI failures instead
of ignoring errors.  Fixes .
2022-01-09 15:13:36 +09:00
Andrew Gaul
dd11de3a50
Add Debian Bullseye to CI ()
Stretch is supported until June 2022:

https://wiki.debian.org/LTS
2022-01-09 12:11:00 +09:00
Andrew Gaul
37af08bacf
Use JRE instead of JDK for Debian-based distros ()
This reduces the dependencies installed.  It does not appear that
Fedora-based distros support this.

Co-authored-by: Takeshi Nakatani <ggtakec@gmail.com>
2022-01-05 01:29:06 +09:00
Andrew Gaul
616db5bf1c
Prefer curl over wget for fetching dependencies ()
The former is lighter-weight and libcurl is already a dependency for
s3fs.
2022-01-05 00:43:36 +09:00
Andrew Gaul
1d090aa7a3 Install default-jdk-headless instead of default-jdk
This reduces the dependencies installed.
2022-01-04 18:18:24 +09:00
Andrew Gaul
61e9029be4 Fix typos in CI scripts 2022-01-03 19:50:13 +09:00
Andrew Gaul
5de92e9788
Bump CI to Fedora 35 () 2021-12-02 23:45:19 +09:00
Andrew Gaul
473da56abf
Use default JDK instead of forcing Java 8 ()
S3Proxy requires Java 8 or later, not 8 specifically.
2021-10-28 22:27:48 +09:00
Andrew Gaul
162ab14517
Bump Ubuntu CI to latest non-LTS version () 2021-10-28 22:10:20 +09:00
Takeshi Nakatani
d6ffd389da Excluded ubuntu 16.04 from the CI build execution environment 2021-10-15 08:54:13 +09:00
Takeshi Nakatani
2d5316a334 Fixed 1710 - Added a flag for check in Linux 2021-07-02 11:34:51 +09:00
Andrew Gaul
9cfa177af0
Add flag to run all tests ()
This allows CI to run the full set of tests while making local
development faster.
2021-07-02 08:41:47 +09:00
Andrew Gaul
1571379304
Set LC_ALL=en_US.UTF-8 in tests ()
This allows tests to pass using the S3Proxy filesystem provider.
References .
2021-06-20 19:27:25 +09:00
Andrew Gaul
1e2df406ee
Add Ubuntu 21.04 to CI () 2021-04-30 23:51:55 +09:00
Andrew Gaul
1dabfbe1da
Update CI to latest Fedora version () 2021-04-30 20:29:28 +09:00
Takeshi Nakatani
fc06419549
Fixed aws command error by rsa on ubuntu16.04 () 2021-02-23 11:41:52 +09:00
Takeshi Nakatani
6d65e30dd5 Fixed brew install with cask in github actions workflow 2021-01-21 17:34:03 +09:00
Takeshi Nakatani
4d0daddad4
Fixed about Github Actions failure(centos8 and macos) () 2020-12-23 19:34:04 +09:00
Takeshi Nakatani
462b37b0bb Added Github Actions workflow 2020-12-05 22:57:40 +09:00