aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: ohhh, I am dumbLaytan Laats2024-09-111-2/+1
|
* ci: does backblaze not like tar archives?Laytan Laats2024-09-111-0/+1
|
* ci: show me filesLaytan Laats2024-09-111-1/+1
|
* ci: specify pathLaytan Laats2024-09-111-1/+10
|
* ci: really, what's in there?Laytan Laats2024-09-111-2/+1
|
* ci: what's in there?Laytan Laats2024-09-111-0/+1
|
* ci: fix run stepLaytan Laats2024-09-111-2/+10
|
* Merge pull request #4206 from laytan/improve-linking-shared-librariesgingerBill2024-09-101-5/+5
|\ | | | | Improve linking shared libraries
| * support the rpath changes on macosLaytan Laats2024-09-051-5/+5
| |
* | Merge branch 'master' into static_buildsJeroen van Rijn2024-09-101-4/+5
|\ \
| * | Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflowsdependabot[bot]2024-09-031-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* / Changed Linux CI builds to static linking with Musl for betterA10293847562024-09-081-56/+65
|/ | | | | | | | compatibility Changed to tarball distribution for mac and linux Updated upload-artifact to v4
* Remove duplicate vet flag.Jeroen van Rijn2024-08-281-1/+1
|
* -vet -strict-style -disallow-doJeroen van Rijn2024-08-281-22/+22
|
* More -disallow-do in CI.Jeroen van Rijn2024-08-281-21/+21
|
* add support for linux_riscv64 and freestanding_riscv64Laytan2024-08-201-0/+50
|
* Improve benchmarks.Jeroen van Rijn2024-08-161-9/+0
|
* Merge pull request #4070 from Feoramund/test-runner-mem-fail-as-errorJeroen van Rijn2024-08-131-18/+18
|\ | | | | Let memory failures be errors in the test runner
| * Optionally treat memory failures as errors in the test runnerFeoramund2024-08-111-18/+18
| | | | | | | | Enable with `-define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true`.
* | Try use another arch URL for pkgsrcAndreas T Jonsson2024-08-121-2/+4
|/
* Disable NetBSD CIJeroen van Rijn2024-08-091-0/+1
|
* NetBSD vm fix.Jeroen van Rijn2024-08-091-4/+1
|
* Enable test leak = fatal on CI.Jeroen van Rijn2024-08-081-18/+18
|
* Remove LLVM copy from nightly.Jeroen van Rijn2024-08-071-1/+0
|
* actually fail CI when NetBSD tests failLaytan Laats2024-08-031-0/+1
|
* Fix NetBSD CIJeroen van Rijn2024-07-311-1/+1
|
* Merge pull request #3951 from Kelimion/lua_testJeroen van Rijn2024-07-241-2/+3
|\ | | | | Add Lua example to `vendor:lua` as well as basic tests.
| * Copy lua54.dll during CI testJeroen van Rijn2024-07-241-0/+1
| |
| * install lua for new lua vendor testsLaytan Laats2024-07-221-2/+2
| |
* | Merge pull request #3963 from andreas-jonsson/andreas-jonsson-patch-1Laytan2024-07-231-5/+2
|\ \ | |/ |/| Use pkgsrc llvm for NetBSD CI
| * Use pkgsrc llvm for NetBSD CIAndreas T Jonsson2024-07-021-5/+2
| |
* | ci: make releases use LLVM 18Laytan Laats2024-07-081-6/+6
|/ | | | | Since we updated to LLVM 18 on Windows now, we should make the releases for non-windows use LLVM 18 too, this way all releases use the same version.
* Add `-disallow-do` in CIgingerBill2024-06-291-8/+8
|
* wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-291-1/+7
|
* Add FreeBSD to CIFeoramund2024-06-111-0/+29
|
* update actions/checkoutLaytan Laats2024-06-072-11/+11
|
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-071-158/+61
| | | | tests
* Rewrite upload_b2 nightly action against B2 SDKJeroen van Rijn2024-06-051-23/+8
|
* Minor cleanup of makefiles and scriptsAndreas T Jonsson2024-06-051-1/+0
|
* Added arm64 support for NetBSDAndreas T Jonsson2024-06-051-1/+2
|
* Merge pull request #3673 from ↵gingerBill2024-06-041-0/+18
|\ | | | | | | | | laytan/implement-foreign-import-improvements-on-vendor Implement `#exists(path)` and use it to provide good errors for common missing vendor libraries
| * ci: compile needed librariesLaytan Laats2024-06-041-0/+18
| |
* | Merge pull request #3646 from Feoramund/multi-testJeroen van Rijn2024-06-041-0/+23
|\ \ | | | | | | Refactor the test runner
| * | Revert "Disable NetBSD tests until 'undefined reference to stdout' is solved."Feoramund2024-06-021-0/+4
| | | | | | | | | | | | This reverts commit 21a1ddfbae92fb78bf536f4047016d0001b76cc2.
| * | Disable NetBSD tests until 'undefined reference to stdout' is solved.Jeroen van Rijn2024-06-021-4/+0
| | |
| * | Update ci.ymlJeroen van Rijn2024-06-021-0/+7
| | |
| * | Update ci.ymlJeroen van Rijn2024-06-021-7/+0
| | | | | | | | | | | | Disable benchmark on Windows for a moment.
| * | Update CIJeroen van Rijn2024-06-021-1/+1
| | |
| * | Factor benchmarks out into tests\benchmark\<pkg>Jeroen van Rijn2024-06-021-0/+23
| |/
* | Fix typogingerBill2024-06-031-1/+1
| |