<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/.gitlab-ci.yml, branch arti-v0.1.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-02-25T17:08:14Z</updated>
<entry>
<title>attempt at making CI faster</title>
<updated>2022-02-25T17:08:14Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-02-25T16:38:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee4ea7469805092d5d0ef8bf9772f2e70931bb6d'/>
<id>urn:sha1:ee4ea7469805092d5d0ef8bf9772f2e70931bb6d</id>
<content type='text'>
Move rust-nightly to stage test so it runs in parallel with coverage,
which are the two longest jobs, and currently run in sequence.
Don't document dependancies, should make the step about 50% faster
Use about 12M of cache to not recompile grcov each time
Don't compile grcov with coverage, we don't need it, it's probably
slower both to compile and execute
</content>
</entry>
<entry>
<title>rename *.sh scripts to bare name</title>
<updated>2022-02-18T11:46:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-17T17:56:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9aefbf422738151409c3c49d151283ddc62dac04'/>
<id>urn:sha1:9aefbf422738151409c3c49d151283ddc62dac04</id>
<content type='text'>
As per #309

Update all references.  There is one remaining hit for
  git-grep '\.sh\b'
namely "build.sh" in maint/reproducible_build, which I think is
the build script for osxcross - ie, an external project.
</content>
</entry>
<entry>
<title>Temporarily allow failures in the coverage CI.</title>
<updated>2022-02-09T13:29:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-09T13:26:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e7a38ccb55f268f5d5dde03674e327f8ba16f3eb'/>
<id>urn:sha1:e7a38ccb55f268f5d5dde03674e327f8ba16f3eb</id>
<content type='text'>
Right now it's failing on nightly through no fault of our own.
</content>
</entry>
<entry>
<title>Merge branch 'eta/arti-bench-ci' into 'main'</title>
<updated>2022-02-03T20:35:27Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-02-03T20:35:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4413645c1b7655d1ebe7f9874bd06990f6db2016'/>
<id>urn:sha1:4413645c1b7655d1ebe7f9874bd06990f6db2016</id>
<content type='text'>
arti-bench: run the benchmarks in CI, and keep the results

See merge request tpo/core/arti!283</content>
</entry>
<entry>
<title>arti-bench: run the benchmarks in CI, and keep the results</title>
<updated>2022-02-03T18:31:32Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-02-01T16:14:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=05046626f3090726dd716f87a2af3ffcab4eee76'/>
<id>urn:sha1:05046626f3090726dd716f87a2af3ffcab4eee76</id>
<content type='text'>
This adds `arti-bench` to the `integration` job in the CI pipelines, and
keeps around the JSON benchmark output for later comparison.
</content>
</entry>
<entry>
<title>Remove file ending of shellcheck_all and downgrade_dependencies script</title>
<updated>2022-02-03T18:14:57Z</updated>
<author>
<name>Daniel Schischkin</name>
<email>daniel@schischkin.info</email>
</author>
<published>2022-02-03T18:14:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4509f8b9d42a1823b6ab22a8a5c7843fc23a04da'/>
<id>urn:sha1:4509f8b9d42a1823b6ab22a8a5c7843fc23a04da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'add-final-newline-force' into 'main'</title>
<updated>2022-02-03T15:27:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-03T15:27:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73bb6f342eef6d403a6efde6e75e9e2791045240'/>
<id>urn:sha1:73bb6f342eef6d403a6efde6e75e9e2791045240</id>
<content type='text'>
Add editorconfig to force some rules (Final Newline)

See merge request tpo/core/arti!289</content>
</entry>
<entry>
<title>Add editorconfig to force some rules (Final Newline)</title>
<updated>2022-02-03T15:27:13Z</updated>
<author>
<name>Daniel Schischkin</name>
<email>daniel@schischkin.info</email>
</author>
<published>2022-02-03T15:27:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a7412f4cfa8c583cb5d397b7a693e59309dfc4a'/>
<id>urn:sha1:3a7412f4cfa8c583cb5d397b7a693e59309dfc4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temporarily disable some clippy lints on nightly</title>
<updated>2022-02-02T21:57:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-02-02T21:57:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7be3bf63398fc660fc9ad251b5c9ecdf03d3d4de'/>
<id>urn:sha1:7be3bf63398fc660fc9ad251b5c9ecdf03d3d4de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ci-rustup-show' into 'main'</title>
<updated>2022-01-31T18:33:22Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-01-31T18:33:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a71ab72bf2b547cc99c1eba164601ac098e4929f'/>
<id>urn:sha1:a71ab72bf2b547cc99c1eba164601ac098e4929f</id>
<content type='text'>
CI: Add "rustup show" to show compiler versions in logs

See merge request tpo/core/arti!276</content>
</entry>
</feed>
