Skip to content

Commit

Permalink
Merge branch 'master' into aes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vineg authored Oct 12, 2023
2 parents 7593066 + aae2245 commit accef36
Show file tree
Hide file tree
Showing 235 changed files with 23,157 additions and 744 deletions.
46 changes: 46 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,52 @@
"contributions": [
"bug"
]
},
{
"login": "easyaspi314",
"name": "easyaspi314 (Devin)",
"avatar_url": "https://avatars.githubusercontent.com/u/6258309?v=4",
"profile": "https://github.com/easyaspi314",
"contributions": [
"bug",
"code"
]
},
{
"login": "JonLiu1993",
"name": "JonLiu1993",
"avatar_url": "https://avatars.githubusercontent.com/u/63675417?v=4",
"profile": "https://github.com/JonLiu1993",
"contributions": [
"platform"
]
},
{
"login": "Cheney-W",
"name": "Cheney Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/38240633?v=4",
"profile": "https://github.com/Cheney-W",
"contributions": [
"platform"
]
},
{
"login": "myd7349",
"name": "myd7349 ",
"avatar_url": "https://avatars.githubusercontent.com/u/5435649?v=4",
"profile": "http://myd7349.github.io/",
"contributions": [
"platform"
]
},
{
"login": "chausner",
"name": "chausner",
"avatar_url": "https://avatars.githubusercontent.com/u/15180557?v=4",
"profile": "https://github.com/chausner",
"contributions": [
"platform"
]
}
],
"contributorsPerLine": 7
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- checkout
- run: cat /proc/cpuinfo /proc/meminfo
- run: pipx install meson==0.55.0
- run: CC=clang CXX=clang++ /root/.local/bin/meson setup build -Db_coverage=true
- run: CFLAGS="-Wno-unsafe-buffer-usage" CXXFLAGS="-Wno-unsafe-buffer-usage" CC=clang CXX=clang++ /root/.local/bin/meson setup build -Db_coverage=true
- run: ninja -C build -v -j 5
- run: ninja -C build -v test

Expand Down
Loading

0 comments on commit accef36

Please sign in to comment.