Commit graph

356 commits

Author SHA1 Message Date
Matthieu Pignolet f794c18396 bump all dependencies 2023-07-05 07:18:34 +00:00
dependabot[bot] e79034a44d
Bump h2 from 0.3.15 to 0.3.17 (#41)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 15:49:29 +04:00
Matthieu Pignolet 4520300181
bump dependencies (#39)
* bump dependencies

* fix lint errors
2023-02-21 14:06:53 +04:00
dependabot[bot] 05015037c9
Bump tokio from 1.24.1 to 1.24.2 (#38)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 09:39:12 +04:00
MatthieuCoder ebbb387700 ignore warnings for truncation 2023-01-25 08:52:44 +04:00
MatthieuCoder 2647bd0356 change bucket and metrics 2023-01-21 14:25:05 +04:00
MatthieuCoder 28bb57889e bump twilight to 0.14.2 2023-01-21 13:42:08 +04:00
MatthieuCoder 3fce14b491 remove armv6 builds 2023-01-21 12:09:33 +04:00
MatthieuCoder d3c887abda fix bug where no logs are emitted with the opentelemetry tracing layer enabled 2023-01-21 12:07:15 +04:00
MatthieuCoder 830d6f8282 add armv6 architecture 2023-01-20 22:56:12 +04:00
MatthieuCoder a07c4680a2 add hf arch 2023-01-20 22:47:41 +04:00
MatthieuCoder a508d4982c add hf arch 2023-01-20 22:41:48 +04:00
MatthieuCoder 8115f77bd8 fix tag script 2023-01-20 21:41:24 +04:00
MatthieuCoder 2a4f38aa45 add tag per architecture 2023-01-20 21:37:17 +04:00
MatthieuCoder 88c054d53e fix docker image platform 2023-01-20 20:58:55 +04:00
MatthieuCoder c467f018c5 add release artifact 2023-01-20 20:35:08 +04:00
MatthieuCoder e6f4c4a921 add windows target 2023-01-20 20:34:49 +04:00
MatthieuCoder a177fe775c use matrix build 2023-01-20 20:32:02 +04:00
MatthieuCoder 191f0cfb06 add docker buildx for cross 2023-01-20 20:04:02 +04:00
MatthieuCoder 4ceebab2db add docker buildx for cross 2023-01-20 20:00:54 +04:00
MatthieuCoder d57f95f2f2 add docker buildx for cross 2023-01-20 19:55:52 +04:00
MatthieuCoder 538389dc38 add docker buildx for cross 2023-01-20 19:54:24 +04:00
MatthieuCoder 6d269eae96 install cross 2023-01-20 19:33:20 +04:00
MatthieuCoder 81dff65713 new build infrastructure 2023-01-20 19:32:03 +04:00
MatthieuCoder a6b9dd778f remove armv6 build 2023-01-20 16:50:22 +04:00
Matthieu Pignolet ea1d345147
Draft: New cross building for docker images (#37)
* Add .circleci/config.yml

* base

* base

* add architectures and cross build

* fix clippy warnings
2023-01-20 16:38:10 +04:00
MatthieuCoder 98420c50a8 add readeable bucket name 2023-01-18 16:06:26 +04:00
icecodder e54201a6d7 format find command 2023-01-16 15:32:34 +01:00
MatthieuCoder 4ed0e734e1 fix header import 2023-01-16 17:59:38 +04:00
MatthieuCoder cceb597c45 add cargo config (https://github.com/rust-lang/cargo/issues/10583) 2023-01-16 16:02:50 +04:00
MatthieuCoder 39fc02eb3a fix makefile 2023-01-16 15:53:17 +04:00
MatthieuCoder 4635ae3076 fix conflict 2023-01-16 15:43:41 +04:00
MatthieuCoder 0f90d0f3d3 new build system 2023-01-16 15:43:10 +04:00
icecodder 43f741ae3b success message 2023-01-16 11:14:57 +01:00
MatthieuCoder 277f38bbe8 remove tree command 2023-01-16 14:04:17 +04:00
MatthieuCoder 6d229b23d8 fix folders creation 2023-01-16 13:42:00 +04:00
MatthieuCoder 44faf8599b add debug info in the makefile and revert to gcc 2023-01-16 13:30:47 +04:00
MatthieuCoder e72357c34b clean dependencies 2023-01-16 13:14:40 +04:00
MatthieuCoder 5d925b8045 cache using github actions 2023-01-16 12:17:08 +04:00
MatthieuCoder a5964c91e0 fix go linking 2023-01-16 12:06:41 +04:00
MatthieuCoder c599e7cee3 migrate to clang 2023-01-16 02:03:18 +04:00
MatthieuCoder b029c53626 use clang64 2023-01-16 01:24:20 +04:00
MatthieuCoder 5ab3510bef add github cache 2023-01-15 20:47:24 +04:00
MatthieuCoder cd108399aa Merge branch 'main' of https://github.com/discordnova/Nova 2023-01-15 19:47:21 +04:00
MatthieuCoder 61da8e0933 Merge branch 'main' of https://github.com/discordnova/Nova 2023-01-15 19:47:11 +04:00
icecodder f489ef20f6 github ACTIONS IS JUST SOME SHIT, FUCK IT 2023-01-15 16:47:10 +01:00
MatthieuCoder 6c2ca2d9a1 add muliti arch 2023-01-15 19:47:03 +04:00
icecodder 08c86fd271 gcc version 2023-01-15 16:41:50 +01:00
icecodder 420d3d8f09 go need to be verbose 2023-01-15 16:31:29 +01:00
icecodder 83a3ddf9c2 makefile language spec suck 2023-01-15 16:25:15 +01:00