<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/with_coverage, branch arti-v1.1.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-27T14:56:09Z</updated>
<entry>
<title>maint: replace llvm-tools-preview with llvm-tools</title>
<updated>2023-01-27T14:56:09Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-01-27T14:56:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=54f549dd53315aa9d25aa122208b5aa58a4ec63a'/>
<id>urn:sha1:54f549dd53315aa9d25aa122208b5aa58a4ec63a</id>
<content type='text'>
This commit replaces all occurrences of `llvm-tools-preview` with
`llvm-tools`, because it became a stable feature with Rust 1.60, thereby
making the `-preview` prefix obsolete. Beside this, `llvm-tools-preview`
is a redirection to the latter one anyway.

However, it does not work the other way around. At the moment, it is not
possible to execute the `maint/coverage` script on a NixOS system,
because the rustup component list only includes `llvm-tools`, but not
`llvm-tools-preview`, thereby making this change necessary.
</content>
</entry>
<entry>
<title>shell: use /usr/bin/env instead of absolute paths</title>
<updated>2023-01-25T17:35:53Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-01-25T17:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79097484de7401bf247e14c1bdf5982aee4518a1'/>
<id>urn:sha1:79097484de7401bf247e14c1bdf5982aee4518a1</id>
<content type='text'>
This commit changes the shebang in all shell scripts from absolute
paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env`
binary with the accompanying interpreter as it's argument.

The reason for this are as follows:
- NixOS cannot work with absolute paths
- BSD systems install their packages in /usr/local/bin
</content>
</entry>
<entry>
<title>Check more targets</title>
<updated>2022-11-10T13:34:17Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity.pointard@gmail.com</email>
</author>
<published>2022-11-10T13:34:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=614cf3428466afc622fff0fa3c45cf50595cdebf'/>
<id>urn:sha1:614cf3428466afc622fff0fa3c45cf50595cdebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make almost all scripts use bash and set euo pipefail</title>
<updated>2022-05-25T20:25:58Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-25T11:10:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8eb843f2af349e4dbbd377a4c16fa57094c90414'/>
<id>urn:sha1:8eb843f2af349e4dbbd377a4c16fa57094c90414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use default toolchain from rustup instead of stable for coverage</title>
<updated>2022-04-08T14:19:28Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-04-08T14:19:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c4ad15fc30a6ea1a40f84d2f0a848ec5610b61a'/>
<id>urn:sha1:7c4ad15fc30a6ea1a40f84d2f0a848ec5610b61a</id>
<content type='text'>
using stable doesn't work for CI because a specific version like 1.60 is installed
</content>
</entry>
<entry>
<title>bring back RUST_COVERAGE_TOOLCHAIN</title>
<updated>2022-04-08T13:46:46Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-04-08T13:46:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98ed22ba55922f20101738466f45dda19eef8983'/>
<id>urn:sha1:98ed22ba55922f20101738466f45dda19eef8983</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use rustc 1.60 (stable) for coverage</title>
<updated>2022-04-07T21:04:10Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-04-07T15:39:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c113c607acc8489e8aecae3e5e6bac46185f2435'/>
<id>urn:sha1:c113c607acc8489e8aecae3e5e6bac46185f2435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix with_coverage script to exclude pub(crate) mod test from results</title>
<updated>2022-03-24T18:53:53Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-24T18:53:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80ba587937917e7afad1d544516efa5c8e1bb211'/>
<id>urn:sha1:80ba587937917e7afad1d544516efa5c8e1bb211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Omit arti-testing from coverage.</title>
<updated>2022-03-04T20:24:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-04T20:24:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=64fa8ea77d9f5127fc618d64f12d70c0536154d5'/>
<id>urn:sha1:64fa8ea77d9f5127fc618d64f12d70c0536154d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add script for coverage on fuzzing</title>
<updated>2022-02-22T19:45:55Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-02-22T19:41:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6ce6e400c70e36baa4192e1d1c9b591ba46cf0f4'/>
<id>urn:sha1:6ce6e400c70e36baa4192e1d1c9b591ba46cf0f4</id>
<content type='text'>
</content>
</entry>
</feed>
