mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	chore: Rename conan remote (#2537)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/scripts/conan/init.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/conan/init.sh
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ SANITIZER_TEMPLATE_FILE="$REPO_DIR/docker/ci/conan/sanitizer_template.profile"
 | 
			
		||||
 | 
			
		||||
rm -rf "$CONAN_DIR"
 | 
			
		||||
 | 
			
		||||
conan remote add --index 0 ripple https://conan.ripplex.io
 | 
			
		||||
conan remote add --index 0 xrplf https://conan.ripplex.io
 | 
			
		||||
 | 
			
		||||
cp "$REPO_DIR/docker/ci/conan/global.conf" "$CONAN_DIR/global.conf"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/upload_conan_deps.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/upload_conan_deps.yml
									
									
									
									
										vendored
									
									
								
							@@ -94,8 +94,8 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Login to Conan
 | 
			
		||||
        if: github.repository_owner == 'XRPLF' && github.event_name != 'pull_request'
 | 
			
		||||
        run: conan remote login -p ${{ secrets.CONAN_PASSWORD }} ripple ${{ secrets.CONAN_USERNAME }}
 | 
			
		||||
        run: conan remote login -p ${{ secrets.CONAN_PASSWORD }} xrplf ${{ secrets.CONAN_USERNAME }}
 | 
			
		||||
 | 
			
		||||
      - name: Upload Conan packages
 | 
			
		||||
        if: github.repository_owner == 'XRPLF' && github.event_name != 'pull_request' && github.event_name != 'schedule'
 | 
			
		||||
        run: conan upload "*" -r=ripple --confirm ${{ github.event.inputs.force_upload == 'true' && '--force' || '' }}
 | 
			
		||||
        run: conan upload "*" -r=xrplf --confirm ${{ github.event.inputs.force_upload == 'true' && '--force' || '' }}
 | 
			
		||||
 
 | 
			
		||||
@@ -90,7 +90,7 @@ core.upload:parallel={{os.cpu_count()}}
 | 
			
		||||
Make sure artifactory is setup with Conan.
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
conan remote add --index 0 ripple https://conan.ripplex.io
 | 
			
		||||
conan remote add --index 0 xrplf https://conan.ripplex.io
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Now you should be able to download the prebuilt dependencies (including `xrpl` package) on supported platforms.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user