aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-07-22Update CODEOWNERSJosh Wolfe
Take ownership of std.json
2023-06-21CI: -x86_64-macos-debug, +aarch64-macos-debugAndrew Kelley
It's easier to get M1 hardware for testing than x86_64-macos. This addresses the current bottleneck in our CI pipeline.
2023-02-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-01-29CI: enable checks on llvm16 branchAndrew Kelley
2023-01-27CI: give x86_64-linux-release a little more timeAndrew Kelley
When the CPU cores are pegged, the thermal throttling kicks in and makes jobs take significantly longer.
2023-01-24CI: give aarch64-linux-debug a little more timeAndrew Kelley
2023-01-23move CONTRIBUTING.md to the wikiAndrew Kelley
closes #14427
2023-01-22CI: also test x86_64-macos with a debug zig compilerAndrew Kelley
2023-01-17CI: give x86_64-linux-debug a little more timeAndrew Kelley
2023-01-17CI: additionally test debug builds on WindowsAndrew Kelley
2022-12-10CI: add aarch64-windows coverageAndrew Kelley
2022-12-05CI: adjust logic for cancelling workflowsAndrew Kelley
This prevents clobbering when two contributors' PRs have the same head ref.
2022-12-01CI: add aarch64-linux-debug job and flatten dirsAndrew Kelley
2022-11-25ci: remove manual run featureLoris Cro
2022-11-25ci: windows: fetch before checking out specific commitLoris Cro
2022-11-25ci: windows: unshallow repository before checking specific commitLoris Cro
2022-11-25ci: give name to manually run workflowsLoris Cro
2022-11-25ci: windows: prevent `del` errors when the directory doesn't existLoris Cro
2022-11-25ci: windows: use correct windows powershell syntaxLoris Cro
2022-11-25ci: when running the workflow manually, preserve newer ci folderLoris Cro
This is the main way this feature is supposed to work: 1. you discover that a test started failing at some point but a misconfiguration in the CI script didn't catch that causing a bunch of false negative (ie false green) CIs over time 2. you fix the script and now want to figure out when the test started failing 3. you want to rebuild older commits, potentially only on specific targets, but with the new fixed CI script that correctly catches failures This is what this commit enables
2022-11-25ci: fix syntax error in workflow fileLoris Cro
2022-11-25ci: introduce support for manual runs on specific commit & targetsLoris Cro
2022-11-24ci: remove gh action job output as it's not used anymoreLoris Cro
2022-11-24ci: cancel pending CI jobs when a PR gets updatedLoris Cro
2022-11-24ci: fix zig executable path to obtain zig versionLoris Cro
2022-11-23ci: only run CI on pull requests and master branch pushesLoris Cro
To get the CI to run on branches other than master, create a corresponding PR.
2022-11-22CI: disable building tarballs; x86 self-hostedAndrew Kelley
2022-11-22ci: use test a job to provide ZIG_VERSION to build-tarball jobLoris Cro
2022-11-22ci: move tarball creation and publishing to github-hosted runnersLoris Cro
2022-11-21CI: switch to GitHub ActionsAndrew Kelley
2022-11-21CI: test in the ci branch for nowAndrew Kelley
2022-11-14CI: disable github workflows until it is working in the ci branchAndrew Kelley
2022-11-14CI: aarch64-linux: initAndrew Kelley
2022-11-14CI: separate aarch64 and x86_64 macos scriptsAndrew Kelley
2022-11-14ci: init github actions supportLoris Cro
2022-11-11GitHub: add issue template for error messagesVeikka Tuominen
2022-10-27build: rename the "skip lib files" optionAndrew Kelley
* Old cmake option: `-DZIG_SKIP_INSTALL_LIB_FILES=ON` * New cmake option: `-DZIG_NO_LIB=ON` * Old build.zig option: `-Dskip-install-lib-files` * New build.zig option: `-Dno-lib` Motivation is making build commands easier to type.
2022-10-27github: simplify bug issue templateAndrew Kelley
2022-09-02codeowners: mark myself as the codeowner of /src/autodoc/Loris Cro
2022-08-03Add codeowners file for automated PR assignmentLoris Cro
Added myself for Autodoc related files.
2022-08-03Update issue templatesLoris Cro
2022-05-03github issue templates enhancementsAndrew Kelley
Make the honey traps links instead of actual templates
2022-03-24move some files to the .github directoryAndrew Kelley
2021-11-30github issues: add a honeypot template for questionsAndrew Kelley
2021-10-06GitHub: slight change of wording on the proposal issue templateAndrew Kelley
2021-10-06GitHub: fix yaml issue with bug report templateAndrew Kelley
2021-10-06GitHub: add issue templates for bugs and proposalsAndrew Kelley
2020-07-11Sponsors Button => ZSFAndrew Kelley
Zig Software Foundation
2019-07-11funding: I've been accepted into the GitHub Sponsors programAndrew Kelley
2019-05-28Create FUNDING.ymlAndrew Kelley