Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-06 | search for googletest & binutilsCI | Fedja Beader | 1 | -1/+5 | |
2024-02-11 | Hmm, perhaps this check will yield results | Fedja Beader | 1 | -0/+2 | |
2024-02-11 | What gdb versions exist out there? | Fedja Beader | 1 | -0/+2 | |
2024-02-07 | re-enable generation of locales, evidently export is insufficient | Fedja Beader | 1 | -5/+5 | |
despite locale command matching desired output | |||||
2024-02-07 | Was export LANG=en_US.UTF-8 all that was needed? | Fedja Beader | 1 | -9/+12 | |
2024-02-07 | How about some exports, instead? | Fedja Beader | 1 | -0/+2 | |
2024-02-07 | put LANG into environment | Fedja Beader | 1 | -0/+4 | |
2024-02-07 | run update-locale just in case | Fedja Beader | 1 | -5/+3 | |
2024-02-07 | Trying another method of setting locales | Fedja Beader | 1 | -5/+9 | |
2024-02-07 | Wrong spot | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | try dpkg-reconfigure --frontend noninteractive locales as well | Fedja Beader | 1 | -0/+3 | |
https://askubuntu.com/questions/683406/how-to-automate-dpkg-reconfigure-locales-with-one-command | |||||
2024-02-07 | Right. | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | Generate en_US.UTF-8 locale | Fedja Beader | 1 | -2/+4 | |
2024-02-07 | Package locales supposedly provides update-locale | Fedja Beader | 1 | -2/+9 | |
2024-02-07 | Where is update-locale? | Fedja Beader | 1 | -2/+3 | |
2024-02-07 | Fix Ubuntu18.04 locales? | Fedja Beader | 1 | -0/+2 | |
2024-02-07 | Checkout locales ↵ | Fedja Beader | 1 | -1/+1 | |
https://stackoverflow.com/questions/51026315/how-to-solve-unicodedecodeerror-in-python-3-6/51027262#51027262 | |||||
2024-02-07 | Needs a symlink? | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | Try python3.7 instead of default py3.6 | Fedja Beader | 1 | -24/+4 | |
2024-02-07 | Yes Im now using CI as slow REPL | Fedja Beader | 1 | -5/+27 | |
2024-02-07 | + CI on Ubuntu 1804 | Fedja Beader | 1 | -0/+31 | |
2024-01-28 | Add CI test stage | Fedja Beader | 1 | -3/+18 | |
Squashed with: Pass artifacts (well, the whole repo) to test stage YAML syntax error. Since I saw a glimpse of the repo being reinitialised two tries ago, perhaps it saves everything tracked and just adding untracked files should be enough. Have to specify which image to use, else it uses default and fails with linking errors. Have to reinstall everything in the new image. Though not strictly required, but it's good to have a working git describe output in logs. gdb is required for tests, too | |||||
2024-01-28 | git describe fails with (too) shallow clones, so fetch tags explicitly | Fedja Beader | 1 | -0/+3 | |
Even if tags are fetched, the shallowness of the clone means they might still be inaccessible. | |||||
2024-01-28 | Enable GitLab CI | Fedja Beader | 1 | -0/+29 | |
+ fetch submodules +install git... No compiling C++ without a C++ compiler.. |