| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Disable tests for now
usage: runtests.py [options] [file_or_dir] [file_or_dir] [...]
runtests.py: error: unrecognized arguments: --cov=corsheaders --cov-report --cov-fail-under 100 ./testss
inifile: /home/larena/aports/testing/py-django-cors-headers/src/django-cors-headers-2.4.0/setup.cfg
rootdir: /home/larena/aports/testing/py-django-cors-headers/src/django-cors-headers-2.4.0
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The busyboxconfig-extras configuration file didn't enable a few network
options which are enabled in the busyboxconfig configuration file. Most
importantly, support for IPv6 was disabled. The other options don't seem
as important to me but I enabled them for consistency anyhow.
Fixes #9590
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FAILED: source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o
/usr/bin/clang++ -DHAVE_ROUND -DLIBXML2_DEFINED -DLLDB_DISABLE_LIBEDIT -DLLDB_USE_BUILTIN_DEMANGLER -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Isource/Breakpoint -I../source/Breakpoint -Iinclude -I../include -I/usr/lib/llvm5/include -I/usr/include/python2.7 -I../tools/clang/include -I../clang/include -I/usr/include/libxml2 -I../source/. -Os -fomit-frame-pointer -pipe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -fcolor-diagnostics -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Os -fomit-frame-pointer -pipe -Os -DNDEBUG -fno-exceptions -MD -MT source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o -MF source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o.d -o source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o -c ../source/Breakpoint/BreakpointList.cpp
clang-5.0: error: unable to execute command: Segmentation fault
clang-5.0: error: clang frontend command failed due to signal (use -v to see invocation)
Alpine clang version 5.0.2 (tags/RELEASE_502/final) (based on LLVM 5.0.2)
Target: armv6-alpine-linux-musleabihf
Thread model: posix
InstalledDir: /usr/bin
clang-5.0: note: diagnostic msg: PLEASE submit a bug report to and include the crash backtrace, preprocessed source, and associated run script.
|
| |
|
|
|
|
|
|
|
|
| |
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2
Also list architectures explicitly, this is still shorter than
excluding all mips variants.
|
| |
|
| |
|
|
|
|
|
| |
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2
|
|
|
|
|
| |
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2
|
|
|
|
|
| |
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2
|
|
|
|
|
|
|
|
|
|
| |
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2
Explicit list in arch= is still shorter than excluding all mips variants.
Only libunwind-6 has soft-float mips and hard-float mips support is not
available until libunwind-7.
|
|
|
|
|
| |
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2
|
|
|
|
| |
All Linux libc implementations have <endian.h>.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
App user_external is now available only through the appstore:
https://github.com/nextcloud/user_external/commit/05fb0e2f33f11e5ac6aefff80b73b21560cbdf58
|
|
|
|
| |
Composer does not run properly without iconv and mbstring.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 7d2432fbc4761d26b01f904997e3b76011ec3715.
|
|
|
|
| |
This reverts commit cd7e796072b2defa799dc93bcdeee8b5fc25de9e.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moved from testing/py-ansible-lint.
Naming is difficult IMO. The wiki states [1]:
> There’s no exact rule if the prefix should be used for tools and
> applications written in Python, it varies.
To be logical:
- The upstream ansible-lint project supports both Python 2 and Python 3
- ansible-lint depends upon ansible.
- ansible is only packaged for Python 3 in Alpine Linux.
- ansible is not named with a py3- prefix.
- To be consistent with ansible this package should not have the prefix
[1] https://wiki.alpinelinux.org/wiki/APKBUILD_examples:Python
|
|
|
|
|
|
|
|
|
|
|
|
| |
- needs py-six as dependencies as listed in setup.py [1]
- python3 and py-yaml are dependencies of ansible
- add check. The distributed .tar.gz does not contain the tests that are
available in the git repository [2].
- Python 3 only because the equivalent check on Python 2
fails. ansible is not available for Python 2.
[1] https://github.com/willthames/ansible-lint/blob/master/setup.py#L22
[2] https://github.com/willthames/ansible-lint
|
|
|
|
| |
we add soname prefix to avoid collision with syste libsqlite3.
|
| |
|
|
|
|
|
| |
Fixes #5083
Fixes #6742
|