search for: travisci

Displaying 3 results from an estimated 3 matches for "travisci".

Did you mean: travis
2015 Nov 14
1
Xapian-Haystack is available in Python 3
...de is *the* standard, it is the bindings responsibility to return unicodes. If that is not possible in Xapian bindings, at least consider making the output to be totally undecodable so a user can be sure that any Xapian public interface allows .decode('utf-8'). 3. In Xapian-Haystack we use TravisCI to build against different Python, Django and Xapian versions. Installing Xapian takes 95% of the total build time. Any suggestion how to reduce this? For concreteness, here is the installation file we are using: https://github.com/notanumber/xapian-haystack/blob/master/install_xapian.sh Again, th...
2016 May 31
10
IMPORTANT: APT repo temporary switched off
TL;DR: APT repo switched off due to excessive load / traffic Recently we realized that APT repo generates almost 95% of I/O on llvm.org and more than 40% of network bandwidth alone. During last 2 weeks the main services on llvm.org (svn, git, bugzilla) had serious problems with overall connectivity. We decided to temporary switch APT repo off to see if this would help. Stay tuned for updates.
2014 Nov 19
14
[LLVMdev] Proposal: add Go frontend subproject based on llgo
Hi all, I'd like to propose the contribution of a Go frontend subproject to the LLVM project, based on the existing llgo project at https://github.com/go-llvm/llgo . As with the previous contribution of the Go bindings, I have obtained permission from all llgo contributors whose code is part of this contribution, to contribute their changes to the LLVM project and relicense their changes