Skip to content

Commit

Permalink
Merge branch 'staszek/gamerhash-combined' of github.com:golemfactory/…
Browse files Browse the repository at this point in the history
…yagna into progress-report
  • Loading branch information
nieznanysprawiciel committed Feb 13, 2024
2 parents a0aac51 + 60a1deb commit 4ac199f
Show file tree
Hide file tree
Showing 99 changed files with 965 additions and 562 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- release/*

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fast-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**/fast-unit-tests'

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
unit_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- staszek/gamerhash-combined

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
check_format:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
rust_version:
description: 'Rust version'
required: true
default: '1.71.1'
default: '1.75.0'
strip_binaries:
description: 'Strip binaries'
required: true
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
id: variables
run: |
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
echo "rust_version=${{ github.event.inputs.rust_version || '1.71.1' }}" >> $GITHUB_OUTPUT
echo "rust_version=${{ github.event.inputs.rust_version || '1.75.0' }}" >> $GITHUB_OUTPUT
echo "rust_flags_md5=`echo ${RUSTFLAGS} | md5sum | head -c 10`" >> $GITHUB_OUTPUT
- name: Musl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/market-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- release/*

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- pre-rel-*

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
create-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- staszek/gamerhash-combined

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-sgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- release/*

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- staszek/gamerhash-combined

env:
rust_stable: 1.71.1
rust_stable: 1.75.0

jobs:
build:
Expand Down
Loading

0 comments on commit 4ac199f

Please sign in to comment.