Skip to content

Commit

Permalink
Merge pull request coreos#4506 from jmarrero/add-bootc
Browse files Browse the repository at this point in the history
rust/src/main.rs: Add bootc entry point
  • Loading branch information
jmarrero authored Jul 24, 2023
2 parents 41ab2f4 + 8984eee commit dd370d1
Show file tree
Hide file tree
Showing 6 changed files with 613 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stage("Build") {
parallel rpms: {
def n = 4
buildPod(memory: "4Gi", cpu: "${n}") {
buildPod(memory: "6Gi", cpu: "${n}") {
checkout scm
// 2:1 job to CPU at most should keep us from getting kicked out
shwrap("""RPM_BUILD_NCPUS=${n} CARGO_BUILD_JOBS=${n} ./ci/coreosci-rpmbuild.sh""")
Expand Down
Loading

0 comments on commit dd370d1

Please sign in to comment.