Skip to content

Commit d8a7ba8

Browse files
committed
Minor fixes
1 parent b20f67c commit d8a7ba8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: .github/workflows/build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
package-name: rapids_logger
6666
package-type: cpp
6767
static-build:
68-
needs: style
6968
secrets: inherit
7069
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
7170
with:

Diff for: conda/recipes/rapids-logger/recipe.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ source:
1212

1313
build:
1414
number: ${{ GIT_DESCRIBE_NUMBER }}
15-
string: build_${{ GIT_DESCRIBE_HASH }}_${{ GIT_DESCRIBE_NUMBER }}
1615
script: |
1716
cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX
1817
cmake --build build/

0 commit comments

Comments
 (0)