Skip to content

Commit

Permalink
Sorry, not amazonlinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 10, 2019
1 parent 730f5c0 commit 9a1d64e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
global:
namespace="robertdebock"
matrix:
- image="amazonlinux" tag="1"
- image="amazonlinux"
# - namespace="archlinux" image="base"
- image="debian" tag="unstable"
- image="debian"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ This role has been tested on these [container images](https://hub.docker.com/):

|container|tag|allow_failures|
|---------|---|--------------|
|amazonlinux|1|no|
|amazonlinux|latest|no|
|debian|unstable|yes|
|debian|latest|no|
|centos|7|no|
Expand All @@ -136,6 +134,7 @@ Some variarations of the build matrix do not work. These are the variations and
| variation | reason |
|---------------------------|------------------------|
| Alpine | ImportError: Error loading shared library /tmp/pip-build-env-23ZqyN/lib/python2.7/site-packages/_cffi_backend.so: Operation not permitted |
| amazonlinux | Dependency (python_pip) not available. |



Expand Down
2 changes: 2 additions & 0 deletions meta/exception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
exceptions:
- variation: Alpine
reason: "ImportError: Error loading shared library /tmp/pip-build-env-23ZqyN/lib/python2.7/site-packages/_cffi_backend.so: Operation not permitted"
- variation: amazonlinux
reason: "Dependency (python_pip) not available."
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ galaxy_info:
min_ansible_version: 2.6

platforms:
- name: Amazon
versions:
- all
- name: ArchLinux
versions:
- all
Expand Down

0 comments on commit 9a1d64e

Please sign in to comment.