File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/learning-paths/servers-and-cloud-computing/migrate-ease Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Here's an explanation of each of the arguments passed to the scanner tool:
6565
6666` {result_file_name} ` : The name of the exported results file (without the extension).
6767
68- ` {arch} ` : The architecture type; ` aarch64 ` is the default.
68+ ` {arch} ` : The architecture type; ` armv8-a ` is the default.
6969
7070` {scan_path} ` : The path to the code you want to scan.
7171
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Support for AArch64 was added in Protobuf version v3.5.0 (November 2017). To dem
1515Use migrate-ease to scan protobuf v2.5.0 and output the results to a JSON file named ` result.json ` :
1616
1717``` bash
18- python3 -m cpp --git-repo https://github.com/protocolbuffers/protobuf.git --branch v2.5.0 --output result.json --march aarch64 protobuf
18+ python3 -m cpp --git-repo https://github.com/protocolbuffers/protobuf.git --branch v2.5.0 --output result.json --march armv8-a protobuf
1919```
2020
2121The scan will generate a file called ` result.json ` in your current directory.
You can’t perform that action at this time.
0 commit comments