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

Update build-deps.yml #32

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
# Triggers the workflow on push or pull request events
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**/*.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**/*.md'

# Allows the workflow to be run from the Actions tab
workflow_dispatch:
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<!-- markdownlint-disable MD041 -->
[![Build Stratum dependencies](https://github.com/ipdk-io/stratum-deps/actions/workflows/build-deps.yml/badge.svg)](https://github.com/ipdk-io/stratum-deps/actions/workflows/build-deps.yml)
<!-- markdownlint-disable MD041 -->

# Stratum Dependencies

Expand All @@ -8,9 +10,13 @@ Stratum is the component of `infrap4d` that implements the P4Runtime and gNMI
This repository allows you to build and install various third-party libraries
required by Stratum.

It is intended to supersede the `setup` directory in `networking-recipe`.
We plan to phase out the
[networking-recipe/setup](https://github.com/ipdk-io/networking-recipe/tree/main/setup)
directory in favor of this repository toward the end of October 2023.

The repository is functional, but it is still a work in progress.
If you would list to start using `stratum-deps` before then,
[version 1.2.0](https://github.com/ipdk-io/stratum-deps/tree/v1.2.0) is a
good place to start.

## Build instructions

Expand Down