Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Linux GNU Builder Action

GitHub GitHub release (latest SemVer)

GitHub action for building rust binaries linked to glibc 2.17 (x86_64-unknown-linux-gnu - based on CentOS 7).

For EOL Linux distribution, CentOS 7, Ubuntu 14 ~ 18, etc.

- uses: brightx/rust-gnu2.17-action@1.91
  with:
    args: build --release --all-features
    git_credentials: ${{ secrets.GIT_CREDENTIALS }}

Inputs

Variable Description Required Default
args Arguments passed to cargo true build --release
git_credentials If provided git will be configured to use these credentials and https false
directory Relative path under $GITHUB_WORKSPACE where Cargo project is located false

About

GitHub action for building rust binaries linked to glibc 2.17 (x86_64-unknown-linux-gnu - based on CentOS 7). For EOL Linux distribution, CentOS 7, Ubuntu 14 ~ 18, etc.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages