Disable PTP_1588_CLOCK on e1000e due to missing convert_art_to_tsc on… #678
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: [ "dev" ] | |
pull_request: | |
branches: [ "dev" ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Ubuntu Prerequisites | |
run: | | |
sudo apt-get update || true | |
sudo apt-get install build-essential libnuma-dev | |
- name: Build | |
run: cd userland; make |