Skip to content

Commit e63636c

Browse files
committed
powershell: build powershell 7.4.6 using the 8.0.404 sdk
1 parent e59cebf commit e63636c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powershell.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: powershell
3-
version: 7.4.1
3+
version: 7.4.6
44
epoch: 2
55
description: 'cross-platform automation and configuration tool/framework'
66
copyright:
@@ -18,7 +18,7 @@ environment:
1818
- aspnet-8-runtime
1919
- aspnet-8-targeting-pack
2020
- build-base
21-
- dotnet-8-sdk
21+
- dotnet-sdk-8.0.404
2222
- icu-dev
2323
- krb5-dev
2424
- libpsl-native
@@ -32,7 +32,7 @@ pipeline:
3232
with:
3333
repository: https://github.com/powershell/powershell
3434
tag: v${{package.version}}
35-
expected-commit: 5668713d3c906d63cd68e37d415206a95ac061d0
35+
expected-commit: 81930547a20205e5bfed32c66ab6fed50d6e2008
3636
destination: powershell
3737

3838
- working-directory: /home/build/powershell
@@ -70,7 +70,7 @@ pipeline:
7070
install -dm 755 "${{targets.destdir}}"/usr/lib "${{targets.destdir}}"/usr/bin
7171
7272
# library copy
73-
cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/wolfi* "${{targets.destdir}}"/usr/lib/${{package.name}}
73+
cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/linux-x64* "${{targets.destdir}}"/usr/lib/${{package.name}}
7474
7575
# already provided by 'libpsl-native' aport
7676
rm -f "${{targets.destdir}}"/usr/lib/$pkgname/libpsl-native.so

0 commit comments

Comments
 (0)