Commit Graph

3 Commits (4e5798852f583a68d123a9c49ae0ef59ec9ffc76)

Author SHA1 Message Date
Charles Hall 4e5798852f
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
1 year ago
Nutomic 2ec8bb877c
Some script improvements (#2654)
- Allow specifying which packages should be tested
- Hardcode `lemmy` as db password because thats used in many different places
1 year ago
Felix Ableitner 5c198ea85d Add compilation benchmark, move scripts into subfolder 3 years ago