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

clean go mod cache before make #75

Merged
merged 1 commit into from
Dec 30, 2021
Merged
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: 2 additions & 4 deletions .github/workflows/tag-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build for test/release

on:
workflow_dispatch:
create:
tags:
- '**'
Expand All @@ -11,7 +11,6 @@ on:
branches:
- master
- test*
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -102,8 +101,7 @@ jobs:
run: sudo apt-get install make ncftp mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev wget -y && sudo apt upgrade -y
- name: Build
run: |
sudo make deps
sudo make
go clean --modcache && make deps && make
mkdir ./release && mv ./market-client ./venus-market ./release

- name: Zip Release
Expand Down