Skip to content

Commit 475ea57

Browse files
committed
rebuild rest
1 parent 6689482 commit 475ea57

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/conda_rattler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
# pull_request:
1313
# branches:
1414
# - main
15+
16+
env:
17+
GITEE_USER: ${{ secrets.GITEE_USER }}
18+
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
19+
1520
jobs:
1621
build-macos-arm64:
1722
if: github.ref_name == 'main'

.github/workflows/rest_reg.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- .github/workflows/rest_reg.yml
1010
- recipe_rest_reg/**
1111

12+
env:
13+
GITEE_USER: ${{ secrets.GITEE_USER }}
14+
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
15+
1216
jobs:
1317
build-rest-regression-macos-arm64:
1418
runs-on: macos-14
@@ -83,9 +87,6 @@ jobs:
8387
# restore-keys: |
8488
# ${{ runner.os }}-cargo-
8589
- name: Build REST Regression recipe
86-
env:
87-
GITEE_USER: ${{ secrets.GITEE_USER }}
88-
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
8990
run: |
9091
# conda info
9192
# conda env list

recipe_rattler/recipe.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ package:
55
version: "2026.1.0.3"
66

77
source:
8-
- git: https://gitee.com/restgroup/rest.git
8+
- git: https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@gitee.com/restgroup/rest.git
99
#- git: https://gitee.com/canarias/rest.git
1010
rev: 0a1ff34de509d18655ff4e710f44c7e4c478d399
1111
#branch: for-win
1212
target_directory: rest
13-
- git: https://gitee.com/restgroup/rest_tensors.git
13+
- git: https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@gitee.com/restgroup/rest_tensors.git
1414
#- git: https://gitee.com/canarias/rest_tensors.git
1515
#tag: v2025.02
1616
rev: 1e2a2b8e1a9f8c80baf95f366743b1931bfd5aa9
1717
#branch: for-win
1818
target_directory: rest_tensors
19-
- git: https://gitee.com/restgroup/rest_libcint.git
19+
- git: https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@gitee.com/restgroup/rest_libcint.git
2020
#- git: https://gitee.com/canarias/rest_libcint.git
2121
#tag: v2025.01
2222
rev: ba7ba116a06d3077faffc520fb1975e9e8587dcd
2323
#rev: 217c21a00a45cb41a45a4bafbd0f818f6d95dd04
2424
#branch: thread-safe
2525
target_directory: rest_libcint
26-
- git: https://gitee.com/restgroup/rest_regression.git
26+
- git: https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@gitee.com/restgroup/rest_regression.git
2727
#- git: https://gitee.com/canarias/rest_regression.git
2828
#tag: v2025.02
2929
rev: 7cdfead22304fdbaa3a6436d90dfc0b07a4a13c6

0 commit comments

Comments
 (0)