Skip to content

Commit ab065d3

Browse files
committed
and awayyy we gooooo
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 6d8bce8 commit ab065d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/clis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@ jobs:
23762376
if: ${{ failure() || success() }}
23772377
run: du -sh $CARGO_TARGET_DIR
23782378

2379-
cargo-config2_0-1-26:
2379+
cargo-config2_0-1-34:
23802380
runs-on: ubuntu-latest
23812381
defaults:
23822382
run:
@@ -2388,8 +2388,8 @@ jobs:
23882388
- stable
23892389
- 1.86.0
23902390
env:
2391-
CARGO_TARGET_DIR: /tmp/clis-cargo-config2_0-1-26
2392-
CARGOGREEN_FINAL_PATH: recipes/[email protected].26.Dockerfile
2391+
CARGO_TARGET_DIR: /tmp/clis-cargo-config2_0-1-34
2392+
CARGOGREEN_FINAL_PATH: recipes/[email protected].34.Dockerfile
23932393
CARGOGREEN_LOG: trace
23942394
CARGOGREEN_LOG_PATH: logs.txt
23952395

@@ -2450,12 +2450,12 @@ jobs:
24502450
unset CARGO_TERM_COLOR
24512451
unset CARGO_UNSTABLE_SPARSE_REGISTRY
24522452
env \
2453-
cargo green -vv install --jobs=1 --locked --force [email protected].26 --example=get |& tee _
2453+
cargo green -vv install --jobs=1 --locked --force [email protected].34 --example=get |& tee _
24542454
- if: ${{ matrix.toolchain != 'stable' }}
24552455
uses: actions/upload-artifact@v4
24562456
name: Upload recipe
24572457
with:
2458-
name: [email protected].26.Dockerfile
2458+
name: [email protected].34.Dockerfile
24592459
path: ${{ env.CARGOGREEN_FINAL_PATH }}
24602460
- if: ${{ failure() || success() }}
24612461
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
@@ -2513,7 +2513,7 @@ jobs:
25132513
unset CARGO_TERM_COLOR
25142514
unset CARGO_UNSTABLE_SPARSE_REGISTRY
25152515
env \
2516-
cargo green -vv install --jobs=1 --locked --force [email protected].26 --example=get |& tee _
2516+
cargo green -vv install --jobs=1 --locked --force [email protected].34 --example=get |& tee _
25172517
- name: ...doesn't recompile anything
25182518
run: |
25192519
err=0

hack/clis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare -a nvs nvs_args
4040
((i+=1)); nvs[i][email protected]; oks[i]=ko; nvs_args[i]='' # /usr/bin/ld: cannot find -lssl: No such file or directory
4141
((i+=1)); nvs[i][email protected]; oks[i]=ko; nvs_args[i]='' # ERROR: failed to solve: ResourceExhausted: ResourceExhausted: ResourceExhausted: ResourceExhausted: ResourceExhausted: grpc: received message larger than max (6653826 vs. 4194304)
4242
((i+=1)); nvs[i][email protected]; oks[i]=ok; nvs_args[i]=''
43-
((i+=1)); nvs[i][email protected].26; oks[i]=ok; nvs_args[i]='--example=get'
43+
((i+=1)); nvs[i][email protected].34; oks[i]=ok; nvs_args[i]='--example=get'
4444
((i+=1)); nvs[i][email protected]; oks[i]=ko; nvs_args[i]='--git https://github.com/Barre/privaxy.git --tag=v0.5.2 privaxy' # undefined reference to `__isoc23_strtol'\n /usr/bin/ld: rand_unix.c:(.text.wait_random_seeded+0x204): undefined reference to `__isoc23_strtol'\n collect2: error: ld returned 1 exit status\n \n = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified\n = note: use the `-l` flag to specify native libraries to link\n = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib
4545

4646
((i+=1)); nvs[i]=miri@master; oks[i]=ko; nvs_args[i]='--git https://github.com/rust-lang/miri.git --rev=dcd2112' # can't find crate for `either`

0 commit comments

Comments
 (0)