Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2706093
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.harness-ci.yml b/.harness-ci.yml
index eb57ffc..d0f6820 100644
--- a/.harness-ci.yml
+++ b/.harness-ci.yml
@@ -1,33 +1,33 @@
version: 1
kind: pipeline
spec:
stages:
- - name: build
+ - name: binary_x64
type: ci
spec:
steps:
- - name: cargo
+ - name: build
type: run
spec:
container: themackabu/rust:zigbuild-1.77.0
script: |-
- mkdir binary
apt-get update -yqq
apt-get install -yqq zip clang llvm
export CC="/usr/bin/clang"
export CXX="/usr/bin/clang++"
- cargo zigbuild -r
- zip binary/pmc.zip target/release/pmc -j
+ cargo zigbuild -r -j 4
+ zip pmc_${{ build.commit }}-B${{ build.number }}.zip target/release/pmc -j
- spec:
inputs:
- access_key: jxviepgohcnzfm64cuh4e66w74vq
+ access_key: ${{ secrets.get("pmc_s3_key") }}
acl: read-write
bucket: themackabu-bun-cdn
- endpoint: https://gateway.storjshare.io
- path_style: false
region: us1
- secret_key: jzqjpwewrhqtp76uwmthyuzsi2r3xf6pv4gucpwz7lmrbfua4je6s
- target: binary/pmc.zip
+ path_style: false
+ endpoint: https://gateway.storjshare.io
+ secret_key: ${{ secrets.get("pmc_s3_secret") }}
+ target: gitness
+ source: pmc_${{ build.commit }}-B${{ build.number }}.zip
name: s3
type: plugin
name: upload
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 1, 9:35 AM (16 m, 38 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
494608
Default Alt Text
(1 KB)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment