Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Improvements #4183

Merged
merged 39 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
69eb395
ci: Introduce artifacts
KrystalDelusion Feb 5, 2024
7873fe7
Makefile: ignore missing docs
KrystalDelusion Feb 5, 2024
8e2dae2
ci: Checkout Yosys
KrystalDelusion Feb 5, 2024
2bec6e3
ci: Move iverilog from build to test
KrystalDelusion Feb 5, 2024
1ef21ef
ci: working on test setup
KrystalDelusion Feb 5, 2024
93bee0f
ci: more context var use
KrystalDelusion Feb 5, 2024
5ceafea
ci: Default clang build
KrystalDelusion Feb 6, 2024
e3f77ff
ci: Add error reporting
KrystalDelusion Feb 6, 2024
aa470cc
ci: Unify test-*.yml
KrystalDelusion Feb 6, 2024
f408b4d
ci: fix compiler setup
KrystalDelusion Feb 6, 2024
8bc2069
ci: split test build from matrix
KrystalDelusion Feb 8, 2024
9348221
ci: simplify tests a bit
KrystalDelusion Feb 9, 2024
c9c6b96
ci: add missing macOS build
KrystalDelusion Feb 14, 2024
154464e
ci: add macos test build
KrystalDelusion Feb 14, 2024
326d802
ci: split test-compile from test-build
KrystalDelusion Feb 14, 2024
616848b
ci: Use aminya/setup-cpp
KrystalDelusion Mar 3, 2024
6244024
ci: Add CC_SHORT env var
KrystalDelusion Mar 3, 2024
d07323e
ci: Add action for reusable build env setup
KrystalDelusion Mar 4, 2024
3c65ddb
ci: Checkout goes first
KrystalDelusion Mar 4, 2024
6451a6a
ci: Fix action.yml
KrystalDelusion Mar 4, 2024
112a5cf
ci: Add testing for newer compilers
KrystalDelusion Mar 20, 2024
6f602e7
docs: Debugging macro test fail
KrystalDelusion Mar 20, 2024
0720020
ci: Drop gcc-12
KrystalDelusion Mar 20, 2024
a4c3dcc
docs: Fix macro_commands
KrystalDelusion Mar 21, 2024
7fbf286
ci: Update for main branch rename
KrystalDelusion Mar 21, 2024
c89c5c3
ci: Disable fail fast for test runs
KrystalDelusion Mar 21, 2024
7d8928a
ci: Remove macOS from test-docs
KrystalDelusion Mar 21, 2024
144d3c9
Add empty line to action.yml
KrystalDelusion Apr 24, 2024
fc48c3a
ci: Update OS/compiler targets
KrystalDelusion Apr 24, 2024
8fc7dcb
ci: Drop python2
KrystalDelusion Apr 24, 2024
eae7356
Cleanups and update of VS action
mmicko Apr 25, 2024
24b3690
test-build: Use macos-latest (macOS 14, M1)
KrystalDelusion Apr 29, 2024
6908330
ci: Reduce number of jobs
KrystalDelusion Apr 29, 2024
4d8ce13
compile-only: Include genfiles and extra_targets
KrystalDelusion Apr 29, 2024
ff730f4
ci: Add autoconf to macos dependencies
KrystalDelusion Apr 29, 2024
7905921
Remove test-docs.yml in favour of test-build
KrystalDelusion May 9, 2024
c24a906
Fix submodules
KrystalDelusion May 9, 2024
6dde810
Remove checkout for specific iverilog git version
mmicko May 10, 2024
5e6bb45
Merge branch 'main' into krys/refactor-workflows
mmicko May 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Fix action.yml
KrystalDelusion committed May 9, 2024
commit 6451a6a0dc480a67bf681610577a76b4e6d58559
1 change: 1 addition & 0 deletions .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ runs:

- name: Install macOS Dependencies
if: runner.os == 'macOS'
shell: bash
run: |
brew install bison flex gawk libffi pkg-config bash