From e3ead6f49ca52f14fe5cad7c8eb1b3f254b79f0d Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Fri, 18 Nov 2022 15:37:55 +0100 Subject: [PATCH 1/2] Fix ittapi checkout --- net.rpcs3.RPCS3.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 60fc617..eb1c6c2 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -97,10 +97,15 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: 3f8421fc17b8508339be745eb66e585b6b17b4cf + commit: 8199f97e7a4f20475732bc7390ee9345a4502bd2 - type: git url: https://github.com/intel/ittapi.git branch: master commit: 42abcb627556e11789f762a66bbf86f54764e306 dest: ittapi/ittapi disable-shallow-clone: true + # remove git-lfs hook + - type: inline + dest: ittapi/ittapi/.git/hooks + dest-filename: post-checkout + contents: From 05dae04fc9273d237467c7fbcafd12144ebfec5e Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Mon, 21 Nov 2022 08:21:55 +0100 Subject: [PATCH 2/2] Update rpcs3.git --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index eb1c6c2..881c6c6 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -97,7 +97,7 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: 8199f97e7a4f20475732bc7390ee9345a4502bd2 + commit: b639f3c8ecbb9ee10e39917e29d58806a038cb4a - type: git url: https://github.com/intel/ittapi.git branch: master