Skip to content

Commit

Permalink
OS support is managed at the package level
Browse files Browse the repository at this point in the history
  • Loading branch information
iamluc committed Sep 24, 2024
1 parent 12736c1 commit 50f10f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions loader/packaging/block_tests.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[
{"filepath": "/usr/bin/php", "args": [], "envars": [], "host": {"os": "linux", "arch": "amd64", "libc": "glibc:2.15"}},
{"filepath": "/usr/bin/php", "args": [], "envars": [], "host": {"os": "linux", "arch": "amd64", "libc": "gluglu:2.20"}},
{"filepath": "/usr/bin/php", "args": [], "envars": [], "host": {"os": "windows", "arch": "amd64"}},
{"filepath": "/usr/bin/php", "args": [], "envars": [], "host": {"os": "macos", "arch": "amd64"}},

{"filepath": "/opt/php5/bin/php", "args": [], "envars": [], "host": {"os": "linux", "arch": "x64", "libc": "glibc:2.17"}},
{"filepath": "/opt/php5.3/bin/php", "args": [], "envars": [], "host": {"os": "linux", "arch": "x64", "libc": "glibc:2.17"}},
Expand Down
16 changes: 0 additions & 16 deletions loader/packaging/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,6 @@
]
},
"deny": [
{
"id": "windows",
"description": "Do not inject on Windows",
"os": "windows",
"cmds": [],
"args": [],
"envars": null
},
{
"id": "macos",
"description": "Do not inject on macOS",
"os": "darwin",
"cmds": [],
"args": [],
"envars": null
},
{
"id": "php5",
"description": "Do not inject if PHP 5",
Expand Down

0 comments on commit 50f10f7

Please sign in to comment.