mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'teor/travis-osx-034' into maint-0.3.4
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (rust):
|
||||
- Stop setting $CARGO_HOME. cargo will use the user's $CARGO_HOME, or
|
||||
$HOME/.cargo by default. Fixes bug 26497; bugfix on 0.3.1.5-alpha.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (rust):
|
||||
- Backport test_rust.sh from master.
|
||||
Fixes bug 26497; bugfix on 0.3.1.5-alpha.
|
||||
@@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (rust):
|
||||
- cd to ${abs_top_builddir}/src/rust before running cargo in
|
||||
src/test/test_rust.sh. This makes the working directory consistent
|
||||
between builds and tests. Fixes bug 26497; bugfix on 0.3.3.2-alpha.
|
||||
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (continuous integration):
|
||||
- Pass the module flags to distcheck configure, and
|
||||
log the flags before running configure. (Backported
|
||||
to 0.2.9 and later as a precaution.)
|
||||
Fixes bug 27088; bugfix on 0.3.4.1-alpha.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (continuous integration):
|
||||
- Build with zstd on macOS.
|
||||
Fixes bug 27090; bugfix on 0.3.1.5-alpha.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (rust):
|
||||
- Consistently use ../../.. as a fallback for $abs_top_srcdir in
|
||||
test_rust.sh. Fixes bug 27093; bugfix on 0.3.4.3-alpha.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Enable macOS builds in our Travis CI configuration.
|
||||
Closes ticket 24629.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Backport Travis rust distcheck to 0.3.3.
|
||||
Closes ticket 24629.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Install libcap-dev and libseccomp2-dev so these optional
|
||||
dependencies get tested on Travis CI. Closes ticket 26560.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration, rust):
|
||||
- Use cargo cache in our Travis CI configuration.
|
||||
Closes ticket 26952.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Use ccache in our Travis CI configuration.
|
||||
Closes ticket 26952.
|
||||
@@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Run asciidoc during Travis CI.
|
||||
Implements ticket 27087.
|
||||
Reference in New Issue
Block a user